com.ibm.websphere.srm
Class InvalidEndpointReferenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.srm.InvalidEndpointReferenceException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEndpointReferenceException
extends java.lang.Exception

Thrown by the SRM when an EndpointReference that is invalid is encountered. For example, an EndpointReference with a null or blank address in invalid.

Since:
1.0
Version:
1.0
See Also:
Serialized Form

Constructor Summary
InvalidEndpointReferenceException()
          Constructor for InvalidEndpointReferenceException.
InvalidEndpointReferenceException(java.lang.String message)
          Constructor for InvalidEndpointReferenceException.
 
Method Summary
 java.lang.String toString()
          The String representation of this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidEndpointReferenceException

public InvalidEndpointReferenceException()
Constructor for InvalidEndpointReferenceException.


InvalidEndpointReferenceException

public InvalidEndpointReferenceException(java.lang.String message)
Constructor for InvalidEndpointReferenceException.

Parameters:
message - The message
Method Detail

toString

public java.lang.String toString()
The String representation of this exception.

Returns:
See Above.