Serialized Form


Package javax.resource

Class javax.resource.NotSupportedException extends ResourceException implements Serializable

Class javax.resource.ResourceException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code


linkedException

java.lang.Exception linkedException
reference to another exception


Package javax.resource.cci

Class javax.resource.cci.ResourceWarning extends ResourceException implements Serializable


Package javax.resource.spi

Class javax.resource.spi.ApplicationServerInternalException extends ResourceException implements Serializable

Class javax.resource.spi.CommException extends ResourceException implements Serializable

Class javax.resource.spi.ConnectionEvent extends java.util.EventObject implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Exception associated with the ConnectionEvent instance.

 

id

int id
Type of the event


connectionHandle

java.lang.Object connectionHandle

Class javax.resource.spi.EISSystemException extends ResourceException implements Serializable

Class javax.resource.spi.IllegalStateException extends ResourceException implements Serializable

Class javax.resource.spi.InvalidPropertyException extends ResourceException implements Serializable

Serialized Fields

invalidProperties

java.beans.PropertyDescriptor[] invalidProperties

Class javax.resource.spi.LocalTransactionException extends ResourceException implements Serializable

Class javax.resource.spi.ResourceAdapterInternalException extends ResourceException implements Serializable

Class javax.resource.spi.ResourceAllocationException extends ResourceException implements Serializable

Class javax.resource.spi.SecurityException extends ResourceException implements Serializable

Class javax.resource.spi.SharingViolationException extends ResourceException implements Serializable

Class javax.resource.spi.UnavailableException extends ResourceException implements Serializable


Package javax.resource.spi.security

Class javax.resource.spi.security.PasswordCredential extends java.lang.Object implements Serializable

Serialized Fields

userName

java.lang.String userName

password

char[] password

mcf

ManagedConnectionFactory mcf


Package javax.resource.spi.work

Class javax.resource.spi.work.WorkCompletedException extends WorkException implements Serializable

Class javax.resource.spi.work.WorkEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type
The event type.


work

Work work
The Work object on which the event occured.


exc

WorkException exc
The exception that occured during Work processing.


startDuration

long startDuration
The start delay duration (in milliseconds).

Class javax.resource.spi.work.WorkException extends ResourceException implements Serializable

Class javax.resource.spi.work.WorkRejectedException extends WorkException implements Serializable