com.scaleoutsoftware.soss.client
Class NamedCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NamedCacheException(String message, Exception e)
          Construct new exception object.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedCacheException

public NamedCacheException(String message,
                           Exception e)
Construct new exception object.

Parameters:
message - a message associated with this exception
e - underlying exception


Copyright (C) 2007-2012 ScaleOut Software, Inc.