com.ibm.websphere.wsaddressing
Class EndpointReferenceCreationException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.wsaddressing.EndpointReferenceCreationException
All implemented interfaces:
java.io.Serializable
- public class EndpointReferenceCreationException
- extends java.lang.Exception
See Also:
Constructor Summary
Constructor and Description |
---|
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.