|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.wsaddressing.EndpointReferenceCreationException
public class EndpointReferenceCreationException
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.
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 |
---|
public EndpointReferenceCreationException()
public EndpointReferenceCreationException(java.lang.String message)
message
- String detailing the Exception.public EndpointReferenceCreationException(java.lang.String message, java.lang.Throwable cause)
message
- String detailing the Exception.cause
- Exception that caused this exception.public EndpointReferenceCreationException(java.lang.Throwable cause)
cause
- Exception that caused this exception.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |