|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheException | |
---|---|
com.alachisoft.ncache.runtime.exceptions | |
com.alachisoft.ncache.web.caching | Describes com.alachisoft.ncache.web.caching package The com.alachisoft.nCache.web.caching package provides classes for caching frequently used data in a cluster This includes the Cache class, a dictionary that allows you to store arbitrary data objects, such as hash tables and data sets. |
Uses of CacheException in com.alachisoft.ncache.runtime.exceptions |
---|
Subclasses of CacheException in com.alachisoft.ncache.runtime.exceptions | |
---|---|
class |
AggregateException
This exception is thrown when multiple exceptions occur from multiple nodes. |
class |
ArgumentException
|
class |
ArgumentNullException
|
class |
CommandException
|
class |
CompactSerializationException
|
class |
ConfigurationException
Thrown when an exception occurs during configuration. |
class |
ConnectionException
Thrown whenever connection with cache server is lost while performing an operation on an outproc cache. |
class |
GeneralFailureException
Thrown when an exception occurs during a clustered operation. |
class |
NotSupportedException
Throws when a specific Item is not supported in NCache Java Client |
class |
OperationFailedException
Thrown whenever an API fails. |
class |
SecurityException
Thrown when a user does not have the permissions to start/stop/initialize the cache. |
class |
StreamAlreadyLockedException
StreamAlreadLockedException is thrown if stream is already locked. |
class |
StreamCloseException
StreamCloseException is thrown if a write operation is performed on closed CacheStream |
class |
StreamException
StreamException is thrown if any error occurs during operation on CacheStream. |
class |
StreamInvalidLockException
StreamInvalidLockException is thrown if the current lock handle becomes invalid. |
class |
StreamNotFoundException
StreamNotFoundException is thrown if a CacheStream is not found in the cache. |
Uses of CacheException in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that throw CacheException | |
---|---|
static Cache |
NCache.initializeCache(java.lang.String cacheId)
Initializes the cache based on the cacheid. |
static Cache |
NCache.initializeCache(java.lang.String cacheId,
CacheInitParams initParams)
|
static Cache |
NCache.initializeCache(java.lang.String cacheId,
SecurityParams primary,
SecurityParams secondary)
Initializes the cache represente by the cache id. |
static Cache |
NCache.initializeCache(java.lang.String cacheId,
java.lang.String clientCacheId)
Initializes the cache represented by the cache id. |
static Cache |
NCache.initializeCache(java.lang.String cacheId,
java.lang.String server,
int port)
Initializes the cache represente by the cache id. |
static Cache |
NCache.initializeCache(java.lang.String cacheId,
java.lang.String server,
int port,
boolean balanceNodes)
Initializes the cache represent by the cache id. |
static Cache |
NCache.initializeCache(java.lang.String cacheId,
java.lang.String server,
int port,
SecurityParams primary,
SecurityParams secondary)
Initializes the cache represented by the cache id. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |