Package org.apache.geode
Class GemFireIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.GemFireIOException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SerializationException
A
GemFireIOException is thrown when a GemFire operation failure is caused by an
IOException.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGemFireIOException(String message) GemFireIOException(String message, Throwable cause) Creates a newGemFireIOException. -
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
-
GemFireIOException
Creates a newGemFireIOException.- Parameters:
message- the detail messagecause- the cause
-
GemFireIOException
-