com.gemstone.gemfire
Class GemFireIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.GemFireIOException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SerializationException
public class GemFireIOException
- extends GemFireException
A GemFireIOException is thrown when a
GemFire operation failure is caused by an IOException.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GemFireIOException
public GemFireIOException(String message,
Throwable cause)
- Creates a new
GemFireIOException.
GemFireIOException
public GemFireIOException(String message)
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.