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(String message)
Creates a new
InternalGemFireException . |
InternalGemFireException(String message,
Throwable thr)
Creates a new
InternalGemFireException that was
caused by a given exception |
InternalGemFireException(Throwable cause) |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.