public class EndpointReferenceCreationException
extends java.lang.Exception
| 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
|
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.