Gemfire JavaDocs_test
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:
java.io.Serializable
- Direct Known Subclasses:
SerializationException
public class GemFireIOException extends GemFireException
AGemFireIOException
is thrown when a GemFire operation failure is caused by anIOException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GemFireIOException(java.lang.String message)
GemFireIOException(java.lang.String message, java.lang.Throwable cause)
Creates a newGemFireIOException
.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-