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

Field Summary
static java.lang.String copyrightNotice
           
 
Constructor Summary
NodeNotFoundException()
          Default constructor.
NodeNotFoundException(java.lang.String s)
          Throw the exception with a detailed message.
 
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
 

Field Detail

copyrightNotice

public static final java.lang.String copyrightNotice
Constructor Detail

NodeNotFoundException

public NodeNotFoundException()
Default constructor.

NodeNotFoundException

public NodeNotFoundException(java.lang.String s)
Throw the exception with a detailed message.
Parameters:
s - Message string.