IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.wsaddressing
Class EndpointReferenceCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.wsaddressing.EndpointReferenceCreationException
All Implemented Interfaces:
java.io.Serializable

public class EndpointReferenceCreationException
extends java.lang.Exception

This exception is hrown when it is not possible to create an EndpointReference. For example, when there is insufficient information to uniquely establish the mandatory [address] element of the EndpointReference during its creation.

See Also:
Serialized Form

Constructor Summary
EndpointReferenceCreationException()
          Default Constructor
EndpointReferenceCreationException(java.lang.String message)
          Constructor
EndpointReferenceCreationException(java.lang.String message, java.lang.Throwable cause)
          Constructor
EndpointReferenceCreationException(java.lang.Throwable cause)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointReferenceCreationException

public EndpointReferenceCreationException()
Default Constructor


EndpointReferenceCreationException

public EndpointReferenceCreationException(java.lang.String message)
Constructor

Parameters:
message - String detailing the Exception.

EndpointReferenceCreationException

public EndpointReferenceCreationException(java.lang.String message,
                                          java.lang.Throwable cause)
Constructor

Parameters:
message - String detailing the Exception.
cause - Exception that caused this exception.

EndpointReferenceCreationException

public EndpointReferenceCreationException(java.lang.Throwable cause)
Constructor

Parameters:
cause - Exception that caused this exception.

IBM WebSphere Application ServerTM
Release 8