com.gemstone.gemfire.distributed
Class ShutdownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.CacheClosedException
com.gemstone.gemfire.distributed.ShutdownException
- All Implemented Interfaces:
- Serializable
public class ShutdownException
- extends CacheClosedException
A ShutdownException is thrown when a GemFire
message is terminated because the system is shutting down.
This is a subclass of CacheClosedException, allowing you to
process either with the same catch block. A ShutdownException
can be taken to imply that any cache using the distributed
system has been closed.
- See Also:
- Serialized Form
ShutdownException
public ShutdownException()
ShutdownException
public ShutdownException(String message,
Throwable cause)
ShutdownException
public ShutdownException(Throwable cause)
ShutdownException
public ShutdownException(String s)
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.