regionQueue
Class RegionQueueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
regionQueue.RegionQueueException
- All Implemented Interfaces:
- Serializable
public class RegionQueueException
- extends CacheRuntimeException
A runtime exception thrown by a RegionQueue when an
unexpected cache error is encountered. Because
RegionQueue implements the BlockingQueue
interface, it cannot add throws CacheException to its
method declarations. So, the BlockQueue's
implementation has to catch any CacheException thrown
by region operations and wrap it in a
RegionQueueException.
- Since:
- 4.0
- Author:
- GemStone Systems, Inc.
- See Also:
- Serialized Form
RegionQueueException
public RegionQueueException(String message)
- Creates a new
RegionQueueException
RegionQueueException
public RegionQueueException(String message,
Throwable cause)
- Creates a new
RegionQueueException with the given
cause.
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.