|
GemFire 6.6.1 | ||||||||
| 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.gemstone.gemfire.cache.util.EndpointException
pools instead.
@Deprecated public abstract class EndpointException
An 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 Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 exception
public EndpointException(Throwable cause)
EndpointException with a cause
| Method Detail |
|---|
public String toString()
toString in class Throwable
|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||