VMware GemFire Java API Reference
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
public class InternalGemFireException extends GemFireException
AnInternalGemFireExceptionis 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalGemFireException()InternalGemFireException(String message)Creates a newInternalGemFireException.InternalGemFireException(String message, Throwable thr)Creates a newInternalGemFireExceptionthat was caused by a given exceptionInternalGemFireException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InternalGemFireException
public InternalGemFireException()
-
InternalGemFireException
public InternalGemFireException(Throwable cause)
-
InternalGemFireException
public InternalGemFireException(String message)
Creates a newInternalGemFireException.- Parameters:
message- the detail message
-
-