Package org.apache.geode
Class InternalGemFireException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.InternalGemFireException
- All Implemented Interfaces:
Serializable
An
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.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalGemFireException(String message) Creates a newInternalGemFireException.InternalGemFireException(String message, Throwable thr) Creates a newInternalGemFireExceptionthat was caused by a given exception -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalGemFireException
public InternalGemFireException() -
InternalGemFireException
-
InternalGemFireException
Creates a newInternalGemFireException.- Parameters:
message- the detail message
-
InternalGemFireException
Creates a newInternalGemFireExceptionthat was caused by a given exception- Parameters:
message- the detail messagethr- the cause
-