Classes
Class | Description | |
---|---|---|
![]() | AggregateException |
This exception is thrown when multiple exceptions occur from multiple nodes. It combines all
the exceptions as inner exceptions and throw it to the client application.
|
![]() | AttributeIndexNotDefined |
Thrown whenever Attribute index is not found in case of NamedTags
|
![]() | BadResponseException |
Thrown whenever an API fails.
|
![]() | BucketTransferredException |
BucketTransferredException is thrown on Add/Insert operation in POR cache when during the
node up/down process, a bucket is moved to another node and this node has received
the item according to an older map.
|
![]() | CacheException |
It is the base class for all the exceptions that are thrown from NCache.
So you can catch this exception for all the exceptions thrown from within the NCache.
|
![]() | ClusterMembershipChangingException |
Thrown whenever an operation is performed on Cache and state transfer is in progress
|
![]() | ConfigurationException |
Thrown when an exception occurs during configuration. Likely causes are badly specified
configuration strings.
|
![]() | 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.
|
![]() | LicensingException |
LicensingException is thrown when Either license has expired or some
error occured during the validation of license.
|
![]() | LockingException |
LockingException is thrown on Insert/Remove operation if the item is locked and incorrect lockid
is specified.
|
![]() | ManagementException |
Thrown when the system is unable to find the installation folder or the
cache configuration file and user requests for the cache initialization.
|
![]() | MaxClientReachedException |
Thrown whenever an error occurs on remote node.
|
![]() | OperationFailedException |
Thrown whenever an API fails. In case of bulk operation, you even recieve
information about existing keys or unavailable space wrapped within this exception.
|
![]() | OperationNotSupportedException |
Thrown when an operation is not supported in the current edition of NCache.
|
![]() | ParserException |
Thrown when an exception occurs during configuration. Likely causes are badly specified
configuration strings.
|
![]() | RemoteException |
Thrown whenever an error occurs on remote node.
|
![]() | SecurityException |
Thrown when a user does not have the permissions to start/stop/initialize the cache.
|
![]() | StateTransferInProgressException |
Thrown whenever an operation is performed on Cache and state transfer is in progress
|
![]() | 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.
|
![]() | SuspectedException |
Thrown whenever an API fails.
|
![]() | TimeoutException |
Thrown whenever an API fails.
|
![]() | TypeIndexNotDefined |
Thrown whenever Type Index is not found in case of NamedTags
|