VMware GemFire Java API Reference
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
public class GemFireIOException extends GemFireException
AGemFireIOExceptionis thrown when a GemFire operation failure is caused by anIOException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GemFireIOException(String message)GemFireIOException(String message, Throwable cause)Creates a newGemFireIOException.
-
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
-
-