com.ibm.b2bi.im.portal
Class NodeNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.ibm.b2bi.im.portal.NodeNotFoundException
- public class NodeNotFoundException
- extends java.lang.RuntimeException
Thrown when a specific node with the given name is not to be found in the instance of EpicContextBean
associated with the current HTTP session.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
copyrightNotice
public static final java.lang.String copyrightNotice
NodeNotFoundException
public NodeNotFoundException()
- Default constructor.
NodeNotFoundException
public NodeNotFoundException(java.lang.String s)
- Throw the exception with a detailed message.
- Parameters:
s
- Message string.