com.scaleoutsoftware.soss.client
Class NamedCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scaleoutsoftware.soss.client.NamedCacheException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NamedCacheBulkAddException, NamedCacheIndexAttributeException, NamedCacheInvokeTimeoutException, NamedCacheNotImplementedException, NamedCacheNotLicensedException, NamedCacheObjectAlreadyExistsException, NamedCacheObjectLockedException, NamedCacheObjectNotFoundException, NamedCacheOptimisticLockException, NamedCacheReadThroughTimeoutException, NamedCacheRemoteStoreAccessException, NamedCacheRemoteStoreConfigurationException, NamedCacheSecurityException, NamedCacheServerUnavailableException, NamedCacheStaleDataException
public class NamedCacheException
- extends Exception
Most general Named Cache exception, a base class for all Named Cache exceptions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NamedCacheException
public NamedCacheException(String message,
Exception e)
- Construct new exception object.
- Parameters:
message - a message associated with this exceptione - underlying exception
Copyright (C) 2007-2012 ScaleOut Software, Inc.