|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NestedException | |
|---|---|
| com.cafesoft.cams | Cams API configuration classes. |
| com.cafesoft.cams.access | Cams access control service support. |
| com.cafesoft.cams.agent | Support for implementing Cams agents. |
| com.cafesoft.cams.agent.http | Support for implementing Cams HTTP agents. |
| com.cafesoft.cams.attr | Cams Attribute Classes. |
| com.cafesoft.cams.attr.func | Cams Attribute Function Classes. |
| com.cafesoft.cams.auth | Cams authentication service support. |
| com.cafesoft.cams.auth.login.userrepository | Support for optimized user, role, and passowrd services. |
| com.cafesoft.cams.client | CamsClient classes for supporting custom Cams agents. |
| com.cafesoft.cams.ping | Classes for testing connectivity to a Cams server. |
| com.cafesoft.cams.session | Classes for managing Cams sessions. |
| com.cafesoft.cams.session.access | Cams session control service support. |
| com.cafesoft.cams.session.control | Cams session access service support. |
| com.cafesoft.core.data | |
| com.cafesoft.core.exception | Contains specific exceptions and base exceptions used by Cafesoft. |
| com.cafesoft.core.field | Contains generic field definition, pattern, and validation classes. |
| com.cafesoft.core.jdbc | Contains classes for use with jdbc. |
| com.cafesoft.core.lifecycle | Support for objects that are started, stopped, etc. |
| com.cafesoft.core.log | Logging support. |
| com.cafesoft.core.pool | Provides classes for object pooling. |
| com.cafesoft.core.regex | |
| com.cafesoft.core.service | Services API support. |
| com.cafesoft.core.util | Utility classes. |
| com.cafesoft.core.xml.dom | Contains classes for manipulating the DOM. |
| Uses of NestedException in com.cafesoft.cams |
|---|
| Subclasses of NestedException in com.cafesoft.cams | |
|---|---|
class |
CamsException
CamsException represents an exceptional condition thrown from
within Cams that must be handled by application code. |
class |
ConfigException
ConfigException represents an exceptional condition encountered
when attempting to configure a Cams component. |
class |
PersistenceException
PersistenceException represents an exceptional condition
encountered when attempting to create, load, or store an Object instance. |
| Uses of NestedException in com.cafesoft.cams.access |
|---|
| Subclasses of NestedException in com.cafesoft.cams.access | |
|---|---|
class |
AccessControlCheckException
Thrown for errors associated with AccessControlCheck creation or usage. |
class |
AccessControlException
Thrown for errors that occur in the AccessControl subsystem of the CamsPolicyServer. |
class |
EvaluationException
EvaluationException represents an exceptional condition when
attempting to evaluate an AccessControlRule. |
class |
InvalidPermissionException
InvalidPermissionException indicates that a type of
Permission or the parameters for creating a Permission are not valid. |
class |
InvalidResourceException
InvalidResourceException indicates that a type of
Resource is not known to the system or it's identifier is not valid for
the Resource type. |
class |
InvalidResourcePatternException
InvalidResourcePatternException is thrown in cases where the entire ResourcePattern is invalid. |
class |
OverlappingPermissionsException
OverlappingPermissionsException indicates that two Permissions
illegally overlap each another within a particular context. |
class |
ResourcePatternException
ResourcePatternException indicates that a
ResourcePattern is not valid. |
class |
ResourceTypeException
ResourceType specific exception |
class |
SyntaxException
SyntaxException represents an Exception while constructing an
AccessControlRule that contains other AccessControlRules and Operators. |
class |
UnknownActionException
UnknownActionException indicates that an action used in
association with a type of Permission is unknown. |
| Uses of NestedException in com.cafesoft.cams.agent |
|---|
| Subclasses of NestedException in com.cafesoft.cams.agent | |
|---|---|
class |
CamsAgentException
CamsAgentException is a general CamsAgentException |
| Uses of NestedException in com.cafesoft.cams.agent.http |
|---|
| Subclasses of NestedException in com.cafesoft.cams.agent.http | |
|---|---|
class |
CamsHttpAgentException
CamsHttpAgentException represents an exceptional condition
thrown from within CamsHttpAgent that must be handled by agent code. |
| Uses of NestedException in com.cafesoft.cams.attr |
|---|
| Subclasses of NestedException in com.cafesoft.cams.attr | |
|---|---|
class |
AttributeValueParseException
AttributeValueParseException indicates that the String
representation of an AttributeValue could not be parsed because
the format is not valid for a given DataType. |
class |
InvalidDataTypeException
InvalidDataTypeException indicates that a data type
referenced within an access control policy is not a valid URI or
is not in the required data type namespace. |
class |
UnknownDataTypeException
UnknownDataTypeException indicates that a data type
referenced within an access control policy is unknown within a given
context. |
| Uses of NestedException in com.cafesoft.cams.attr.func |
|---|
| Subclasses of NestedException in com.cafesoft.cams.attr.func | |
|---|---|
class |
UnknownFunctionException
UnknownFunctionException indicates that a Function
referenced within an access control policy is unknown by the the
specified identifier and/or scope. |
| Uses of NestedException in com.cafesoft.cams.auth |
|---|
| Subclasses of NestedException in com.cafesoft.cams.auth | |
|---|---|
class |
AuthException
AuthException represents an Exception within a Cafesoft
SecurityDomain's Authentication Engine. |
class |
MalformedAutoLoginTokenException
Thrown if an AutoLoginToken string is malformed. |
| Uses of NestedException in com.cafesoft.cams.auth.login.userrepository |
|---|
| Subclasses of NestedException in com.cafesoft.cams.auth.login.userrepository | |
|---|---|
class |
UserRepositoryException
An exception thrown to indicate an error condition within the UserRepository. |
| Uses of NestedException in com.cafesoft.cams.client |
|---|
| Subclasses of NestedException in com.cafesoft.cams.client | |
|---|---|
class |
CamsTransportException
CamsTransportException is thrown when attempts by a CamsService fail to transport messages between the CamsClient and the CamsPolicyServer. |
| Uses of NestedException in com.cafesoft.cams.ping |
|---|
| Subclasses of NestedException in com.cafesoft.cams.ping | |
|---|---|
class |
PingException
Represents an exceptional condition encountered while using the Ping protocol to make a request or receive a response from the Cams policy server. |
| Uses of NestedException in com.cafesoft.cams.session |
|---|
| Subclasses of NestedException in com.cafesoft.cams.session | |
|---|---|
class |
MalformedSessionIdException
Thrown if a SessionId is malformed. |
class |
SessionException
The SessionException class extends the Exception class and is used to report error conditions that occur within the group of Session objects. |
| Uses of NestedException in com.cafesoft.cams.session.access |
|---|
| Subclasses of NestedException in com.cafesoft.cams.session.access | |
|---|---|
class |
SessionAccessException
Represents an exceptional condition encountered while requesting access to a Cams authentication Session. |
| Uses of NestedException in com.cafesoft.cams.session.control |
|---|
| Subclasses of NestedException in com.cafesoft.cams.session.control | |
|---|---|
class |
SessionControlException
Represents an exceptional condition encountered while requesting access to a Cams authentication Session. |
| Uses of NestedException in com.cafesoft.core.data |
|---|
| Subclasses of NestedException in com.cafesoft.core.data | |
|---|---|
class |
ValidationException
ValidationException is thrown to indicate that a data
validatiaon exception has occurred. |
class |
ValidatorConfigException
ValidatorConfigException is thrown to indicate misconfiguration
of a Validator implementation. |
| Uses of NestedException in com.cafesoft.core.exception |
|---|
| Subclasses of NestedException in com.cafesoft.core.exception | |
|---|---|
class |
ConfigurationException
ConfigurationException is a general Exception that can be
used to convey a configuration error. |
| Uses of NestedException in com.cafesoft.core.field |
|---|
| Subclasses of NestedException in com.cafesoft.core.field | |
|---|---|
class |
FieldException
FieldException is a general exception used to indicate that an error occurred dealing with Field objects. |
class |
IllegalConstraintException
IllegalConstraintException is used when an error occurs trying to set addition constraints on FieldInfo objects. |
class |
InvalidFieldValueException
Exception thrown when invalid field values are used populate field objects. |
class |
InvalidPatternException
InvalidPatternException is thrown when a FieldValuePattern object cannot be constructed because the given pattern is invalid. |
class |
UnknownFieldException
Thrown if an field with a specific name does not exist. |
| Uses of NestedException in com.cafesoft.core.jdbc |
|---|
| Subclasses of NestedException in com.cafesoft.core.jdbc | |
|---|---|
class |
ConnectionPoolException
Exception thrown if an error occurs with the ConnectionPool objects |
| Uses of NestedException in com.cafesoft.core.lifecycle |
|---|
| Subclasses of NestedException in com.cafesoft.core.lifecycle | |
|---|---|
class |
LifecycleException
|
| Uses of NestedException in com.cafesoft.core.log |
|---|
| Subclasses of NestedException in com.cafesoft.core.log | |
|---|---|
class |
LoggerException
Represents an exceptional condition during setup or use of a Logger. |
| Uses of NestedException in com.cafesoft.core.pool |
|---|
| Subclasses of NestedException in com.cafesoft.core.pool | |
|---|---|
class |
ObjectPoolException
Thrown if an error occurrs related to object pools. |
class |
PoolAtMaximumException
An exception used to indicate an error condition that can occur while attempting to borrow an object from the object pool. |
| Uses of NestedException in com.cafesoft.core.regex |
|---|
| Subclasses of NestedException in com.cafesoft.core.regex | |
|---|---|
class |
RegexFilterConfigException
RegexFilterConfigException is thrown to indicate that a
configuration error has occured for a RegexFilter. |
| Uses of NestedException in com.cafesoft.core.service |
|---|
| Subclasses of NestedException in com.cafesoft.core.service | |
|---|---|
class |
ServiceException
|
| Uses of NestedException in com.cafesoft.core.util |
|---|
| Subclasses of NestedException in com.cafesoft.core.util | |
|---|---|
class |
ClassInstantiationException
An exception that is thrown if errors occur dynamically instantiating classes |
class |
MethodInvocationException
An exception that is thrown if errors occur invoking a method call dynamically upon an object |
class |
MonitoredProcessException
An exception that is thrown if an error occurs in a MonitoredProcess. |
| Uses of NestedException in com.cafesoft.core.xml.dom |
|---|
| Subclasses of NestedException in com.cafesoft.core.xml.dom | |
|---|---|
class |
ElementFactoryException
ElementFactoryException indicates that an error has occured
within an ElementFactory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||