pools
instead.@Deprecated public abstract class EndpointException extends Exception
EndpointException
is a generic exception that indicates
a client Endpoint
exception has occurred. All other
Endpoint
exceptions are subclasses of this class. Since
this class is abstract, only subclasses are instantiated.Constructor and Description |
---|
EndpointException()
Deprecated.
Constructs a new
EndpointException . |
EndpointException(String s)
Deprecated.
Constructs a new
EndpointException with a message string. |
EndpointException(String s,
Throwable cause)
Deprecated.
Constructs a
EndpointException with a message string and
a base exception |
EndpointException(Throwable cause)
Deprecated.
Constructs a
EndpointException with a cause |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public EndpointException()
EndpointException
.public EndpointException(String s)
EndpointException
with a message string.public EndpointException(String s, Throwable cause)
EndpointException
with a message string and
a base exceptionpublic EndpointException(Throwable cause)
EndpointException
with a causeCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.