Serialized Form


Package com.cafesoft.cams

Class com.cafesoft.cams.CamsException implements Serializable

Class com.cafesoft.cams.ConfigException implements Serializable

Class com.cafesoft.cams.PersistenceException implements Serializable


Package com.cafesoft.cams.access

Class com.cafesoft.cams.access.AccessControlCheckException implements Serializable

Class com.cafesoft.cams.access.AccessControlException implements Serializable

Class com.cafesoft.cams.access.EvaluationException implements Serializable

Serialized Fields

reason

int reason
The reason the EvaluationException was thrown.

Class com.cafesoft.cams.access.InvalidPermissionException implements Serializable

Class com.cafesoft.cams.access.InvalidResourceException implements Serializable

Class com.cafesoft.cams.access.InvalidResourcePatternException implements Serializable

Class com.cafesoft.cams.access.OverlappingPermissionsException implements Serializable

Serialized Fields

p

Permission[] p
An array to hold the overlapping Permissions.

Class com.cafesoft.cams.access.ResourcePatternException implements Serializable

Class com.cafesoft.cams.access.ResourceTypeException implements Serializable

Class com.cafesoft.cams.access.SyntaxException implements Serializable

Class com.cafesoft.cams.access.UnknownActionException implements Serializable


Package com.cafesoft.cams.agent

Class com.cafesoft.cams.agent.CamsAgentException implements Serializable


Package com.cafesoft.cams.agent.http

Class com.cafesoft.cams.agent.http.CamsHttpAgentException implements Serializable


Package com.cafesoft.cams.attr

Class com.cafesoft.cams.attr.AttributeValueParseException implements Serializable

Class com.cafesoft.cams.attr.InvalidDataTypeException implements Serializable

Class com.cafesoft.cams.attr.UnknownDataTypeException implements Serializable


Package com.cafesoft.cams.attr.func

Class com.cafesoft.cams.attr.func.UnknownFunctionException implements Serializable


Package com.cafesoft.cams.auth

Class com.cafesoft.cams.auth.AuthException implements Serializable

Class com.cafesoft.cams.auth.CSRolePrincipal implements Serializable

Serialized Fields

name

String name
The role name


hashCode

int hashCode
The hash code specific to the Principal name and this class.

Class com.cafesoft.cams.auth.CSUserPrincipal implements Serializable

Serialized Fields

name

String name
The username.


hashCode

int hashCode
The hash code specific to the Principal name and this class.

Class com.cafesoft.cams.auth.MalformedAutoLoginTokenException implements Serializable


Package com.cafesoft.cams.auth.login.userrepository

Class com.cafesoft.cams.auth.login.userrepository.UserRepositoryException implements Serializable


Package com.cafesoft.cams.client

Class com.cafesoft.cams.client.CamsTransportException implements Serializable


Package com.cafesoft.cams.ping

Class com.cafesoft.cams.ping.PingException implements Serializable


Package com.cafesoft.cams.session

Class com.cafesoft.cams.session.AbstractBaseSession implements Serializable

Serialized Fields

sessionId

SessionId sessionId
The session id.


securityDomainName

String securityDomainName
The security domain name to which this session belongs.


authenticationMap

Map authenticationMap
The map of authentication methods.


creationTime

long creationTime
Session creation time.


touchTime

long touchTime
Last time session was touched.


sessionStatus

SessionStatus sessionStatus
Session status.


namespaceMap

NamespaceMap namespaceMap
Session's namespace map.

Class com.cafesoft.cams.session.MalformedSessionIdException implements Serializable

Class com.cafesoft.cams.session.ManagedSessionEvent implements Serializable

Serialized Fields

eventType

ManagedSessionEventType eventType
The event type.


session

ManagedSession session
The ManagedSession that experienced the event

Class com.cafesoft.cams.session.RemoteSessionEvent implements Serializable

Serialized Fields

eventType

RemoteSessionEventType eventType
The event type.


session

RemoteSession session
The RemoteSession that experienced the event

Class com.cafesoft.cams.session.SessionException implements Serializable

Class com.cafesoft.cams.session.StandardRemoteSession implements Serializable

Serialized Fields

principalNames

String[] principalNames
RemoteSession principal names.


subjectName

String subjectName
RemoteSession subject name.


idleTime

long idleTime
RemoteSession idle time.


Package com.cafesoft.cams.session.access

Class com.cafesoft.cams.session.access.SessionAccessException implements Serializable


Package com.cafesoft.cams.session.control

Class com.cafesoft.cams.session.control.SessionControlException implements Serializable


Package com.cafesoft.core.exception

Class com.cafesoft.core.exception.ConfigurationException implements Serializable

Class com.cafesoft.core.exception.NestedException implements Serializable

Serialized Fields

message

String message
A detailed message of this exception


cause

Throwable cause
A nested exception that caused this exception.


Package com.cafesoft.core.field

Class com.cafesoft.core.field.FieldException implements Serializable

Class com.cafesoft.core.field.IllegalConstraintException implements Serializable

Class com.cafesoft.core.field.InvalidFieldValueException implements Serializable

Serialized Fields

fieldInfo

FieldInfo fieldInfo
The information associated with the field type.

Class com.cafesoft.core.field.InvalidPatternException implements Serializable

Class com.cafesoft.core.field.UnknownFieldException implements Serializable

Serialized Fields

fieldInfo

FieldInfo fieldInfo
The information associated with the field type.


Package com.cafesoft.core.jdbc

Class com.cafesoft.core.jdbc.ConnectionPoolException implements Serializable


Package com.cafesoft.core.lifecycle

Class com.cafesoft.core.lifecycle.LifecycleEvent implements Serializable

Serialized Fields

data

Object data
The event data associated with this event.


lifecycle

Lifecycle lifecycle
The Lifecycle on which this event occurred.


type

String type
The event type this instance represents.

Class com.cafesoft.core.lifecycle.LifecycleException implements Serializable


Package com.cafesoft.core.log

Class com.cafesoft.core.log.LoggerException implements Serializable


Package com.cafesoft.core.pool

Class com.cafesoft.core.pool.ObjectPoolException implements Serializable

Class com.cafesoft.core.pool.PoolAtMaximumException implements Serializable


Package com.cafesoft.core.service

Class com.cafesoft.core.service.ServiceException implements Serializable


Package com.cafesoft.core.util

Class com.cafesoft.core.util.ClassInstantiationException implements Serializable

Class com.cafesoft.core.util.MethodInvocationException implements Serializable

Serialized Fields

methodName

String methodName
The name of the method that caused the exception.

Since:
1.2

Class com.cafesoft.core.util.MonitoredProcessEvent implements Serializable

Serialized Fields

type

int type
The MonitoredProcessEvent type


desc

String desc
The MonitoredProcessEvent description.


processName

String processName
The process name


exitValue

int exitValue
The process exitValue


exception

MonitoredProcessException exception
The process exception.

Class com.cafesoft.core.util.MonitoredProcessException implements Serializable

Class com.cafesoft.core.util.NamespaceHashMap implements Serializable

Serialized Fields

namespaceMap

HashMap namespaceMap
Stores the specific Namespace HashMaps.


Package com.cafesoft.core.xml.dom

Class com.cafesoft.core.xml.dom.ElementFactoryException implements Serializable

Serialized Fields

ef

ElementFactory ef
The ElementFactory in which the Exception occured.


Package com.cafesoft.core.data

Class com.cafesoft.core.data.ValidationException implements Serializable

Class com.cafesoft.core.data.ValidatorConfigException implements Serializable



Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.