com.gemstone.gemfire
Class InternalGemFireException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.InternalGemFireException
- All Implemented Interfaces:
- Serializable
public class InternalGemFireException
- extends GemFireException
An InternalGemFireException
is 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InternalGemFireException
public InternalGemFireException()
InternalGemFireException
public InternalGemFireException(Throwable cause)
InternalGemFireException
public InternalGemFireException(String message)
- Creates a new
InternalGemFireException
.
InternalGemFireException
public InternalGemFireException(String message,
Throwable thr)
- Creates a new
InternalGemFireException
that was
caused by a given exception
Copyright © 1997-2012 VMware, Inc. All rights reserved.