Package com.alachisoft.ncache.runtime.exceptions

Exception Summary
AggregateException This exception is thrown when multiple exceptions occur from multiple nodes.
ArgumentException  
ArgumentNullException  
CacheException It is the base class for all the exceptions that are thrown from NCache.
CommandException  
CompactSerializationException  
ConfigurationException Thrown when an exception occurs during configuration.
ConnectionException Thrown whenever connection with cache server is lost while performing an operation on an outproc cache.
GeneralFailureException Thrown when an exception occurs during a clustered operation.
NotSupportedException Throws when a specific Item is not supported in NCache Java Client
OperationFailedException Thrown whenever an API fails.
SecurityException Thrown when a user does not have the permissions to start/stop/initialize the cache.
StreamAlreadyLockedException StreamAlreadLockedException is thrown if stream is already locked.
StreamCloseException StreamCloseException is thrown if a write operation is performed on closed CacheStream
StreamException StreamException is thrown if any error occurs during operation on CacheStream.
StreamInvalidLockException StreamInvalidLockException is thrown if the current lock handle becomes invalid.
StreamNotFoundException StreamNotFoundException is thrown if a CacheStream is not found in the cache.