public class InternalGemFireException extends GemFireException
InternalGemFireException
is thrown when a low level, internal, operation fails
due to no fault of the user. The message often contains an operating system error code.Constructor and Description |
---|
InternalGemFireException() |
InternalGemFireException(java.lang.String message)
Creates a new
InternalGemFireException . |
InternalGemFireException(java.lang.String message,
java.lang.Throwable thr)
Creates a new
InternalGemFireException that was caused by a given exception |
InternalGemFireException(java.lang.Throwable cause) |
getRootCause
public InternalGemFireException()
public InternalGemFireException(java.lang.Throwable cause)
public InternalGemFireException(java.lang.String message)
InternalGemFireException
.public InternalGemFireException(java.lang.String message, java.lang.Throwable thr)
InternalGemFireException
that was caused by a given exception