Serialized Form


Package javax.activation

Class javax.activation.ActivationDataFlavor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException

Class javax.activation.MimeType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.

Class javax.activation.MimeTypeParseException implements Serializable

Class javax.activation.UnsupportedDataTypeException implements Serializable


Package javax.ejb

Class javax.ejb.CreateException implements Serializable

Class javax.ejb.DuplicateKeyException implements Serializable

Class javax.ejb.EJBException implements Serializable

Serialized Fields

causeException

java.lang.Exception causeException
 

Class javax.ejb.FinderException implements Serializable

Class javax.ejb.NoSuchEntityException implements Serializable

Class javax.ejb.ObjectNotFoundException implements Serializable

Class javax.ejb.RemoveException implements Serializable


Package javax.jms

Class javax.jms.IllegalStateException implements Serializable

Class javax.jms.InvalidClientIDException implements Serializable

Class javax.jms.InvalidDestinationException implements Serializable

Class javax.jms.InvalidSelectorException implements Serializable

Class javax.jms.JMSException implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Vendor specific error code

linkedException

java.lang.Exception linkedException
Exception reference

Class javax.jms.JMSSecurityException implements Serializable

Class javax.jms.MessageEOFException implements Serializable

Class javax.jms.MessageFormatException implements Serializable

Class javax.jms.MessageNotReadableException implements Serializable

Class javax.jms.MessageNotWriteableException implements Serializable

Class javax.jms.ResourceAllocationException implements Serializable

Class javax.jms.TransactionInProgressException implements Serializable

Class javax.jms.TransactionRolledBackException implements Serializable


Package javax.mail

Class javax.mail.AuthenticationFailedException implements Serializable

Class javax.mail.FolderClosedException implements Serializable

Class javax.mail.FolderNotFoundException implements Serializable

Class javax.mail.IllegalWriteException implements Serializable

Class javax.mail.MessageRemovedException implements Serializable

Class javax.mail.MessagingException implements Serializable

Serialized Fields

next

java.lang.Exception next
The next exception in the chain.
 

Class javax.mail.MethodNotSupportedException implements Serializable

Class javax.mail.NoSuchProviderException implements Serializable

Class javax.mail.SendFailedException implements Serializable

Class javax.mail.StoreClosedException implements Serializable


Package javax.mail.event

Class javax.mail.event.ConnectionEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

Class javax.mail.event.FolderEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

Class javax.mail.event.MailEvent implements Serializable

Class javax.mail.event.MessageChangedEvent implements Serializable

Serialized Fields

type

int type
The event type.
 

Class javax.mail.event.MessageCountEvent implements Serializable

Serialized Fields

removed

boolean removed
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this. If false, this event is the result of an expunge by external sources.
 

type

int type
The event type.
 

Class javax.mail.event.StoreEvent implements Serializable

Serialized Fields

message

java.lang.String message
The message text to be presented to the user.
 

type

int type
The event type.
 

Class javax.mail.event.TransportEvent implements Serializable

Serialized Fields

type

int type
The event type.
 


Package javax.mail.internet

Class javax.mail.internet.AddressException implements Serializable

Serialized Fields

pos

int pos
The index in the string where the error occurred, or -1 if not known.
 

ref

java.lang.String ref
The string being parsed.
 

Class javax.mail.internet.ParseException implements Serializable


Package javax.mail.search

Class javax.mail.search.SearchException implements Serializable


Package javax.naming

Class javax.naming.AuthenticationException implements Serializable

Class javax.naming.AuthenticationNotSupportedException implements Serializable

Class javax.naming.BinaryRefAddr implements Serializable

Serialized Fields

buf

byte[] buf
Contains the bytes of the address. This field is initialized by the constructor and returned using getAddressBytes() and getAddressContents().
 

Class javax.naming.Binding implements Serializable

Serialized Fields

boundObj

java.lang.Object boundObj
Contains this binding's object. It is initialized by the constuctor and can be updated using setObject.
 
See Also:
Binding.getObject(), Binding.setObject(java.lang.Object)

Class javax.naming.CannotProceedException implements Serializable

Serialized Fields

altName

Name altName
Contains the name of the resolved object, relative to the context altNameCtx. It is a composite name. If null, then no name is specified. See the javax.naming.spi.ObjectFactory.getObjectInstance method for details on how this is used.

This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getAltName() and setAltName().

 
See Also:
CannotProceedException.getAltName(), CannotProceedException.setAltName(javax.naming.Name), CannotProceedException.altNameCtx, ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)

altNameCtx

Context altNameCtx
Contains the context relative to which altName is specified. If null, then the default initial context is implied. See the javax.naming.spi.ObjectFactory.getObjectInstance method for details on how this is used.

This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getAltNameCtx() and setAltNameCtx().

 
See Also:
CannotProceedException.getAltNameCtx(), CannotProceedException.setAltNameCtx(javax.naming.Context), CannotProceedException.altName, ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable)

environment

java.util.Hashtable environment
Contains the environment relevant for the Context or DirContext method that cannot proceed.

This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getEnvironment() and setEnvironment().

 
See Also:
CannotProceedException.getEnvironment(), CannotProceedException.setEnvironment(java.util.Hashtable)

remainingNewName

Name remainingNewName
Contains the remaining unresolved part of the second "name" argument to Context.rename(). This information necessary for continuing the Context.rename() operation.

This field is initialized to null. It should not be manipulated directly: it should be accessed and updated using getRemainingName() and setRemainingName().

 
See Also:
CannotProceedException.getRemainingNewName(), CannotProceedException.setRemainingNewName(javax.naming.Name)

Class javax.naming.CommunicationException implements Serializable

Class javax.naming.CompositeName implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Overriden to avoid implementation dependency.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Overriden to avoid implementation dependency.
Serial Data:
The number of components (an int) followed by the individual components (each a String).

Class javax.naming.CompoundName implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Overriden to avoid implementation dependency.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Overriden to avoid implementation dependency.
Serial Data:
The syntax Properties, followed by the number of components (an int), and the individual components (each a String).

Class javax.naming.ConfigurationException implements Serializable

Class javax.naming.ContextNotEmptyException implements Serializable

Class javax.naming.InsufficientResourcesException implements Serializable

Class javax.naming.InterruptedNamingException implements Serializable

Class javax.naming.InvalidNameException implements Serializable

Class javax.naming.LimitExceededException implements Serializable

Class javax.naming.LinkException implements Serializable

Serialized Fields

linkExplanation

java.lang.String linkExplanation
Contains the exception of why resolution of the link failed. Can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.
 
See Also:
LinkException.getLinkExplanation(), LinkException.setLinkExplanation(java.lang.String)

linkRemainingName

Name linkRemainingName
Contains the remaining link name that has not been resolved yet. It is a composite name and can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.
 
See Also:
LinkException.getLinkRemainingName(), LinkException.setLinkRemainingName(javax.naming.Name)

linkResolvedName

Name linkResolvedName
Contains the part of the link that has been successfully resolved. It is a composite name and can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.
 
See Also:
LinkException.getLinkResolvedName(), LinkException.setLinkResolvedName(javax.naming.Name)

linkResolvedObj

java.lang.Object linkResolvedObj
Contains the object to which resolution of the part of the link was successful. Can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.
 
See Also:
LinkException.getLinkResolvedObj(), LinkException.setLinkResolvedObj(java.lang.Object)

Class javax.naming.LinkLoopException implements Serializable

Class javax.naming.LinkRef implements Serializable

Class javax.naming.MalformedLinkException implements Serializable

Class javax.naming.NameAlreadyBoundException implements Serializable

Class javax.naming.NameClassPair implements Serializable

Serialized Fields

className

java.lang.String className
Contains the class name contained in this NameClassPair. It is initialized by the constructor and can be updated using setClassName().
 
See Also:
NameClassPair.getClassName(), NameClassPair.setClassName(java.lang.String)

isRel

boolean isRel
Records whether the name of this NameClassPair is relative to the target context. It is initialized by the constructor and can be updated using setRelative().
 
See Also:
NameClassPair.isRelative(), NameClassPair.setRelative(boolean), NameClassPair.getName(), NameClassPair.setName(java.lang.String)

name

java.lang.String name
Contains the name of this NameClassPair. It is initialized by the constructor and can be updated using setName().
 
See Also:
NameClassPair.getName(), NameClassPair.setName(java.lang.String)

Class javax.naming.NameNotFoundException implements Serializable

Class javax.naming.NamingException implements Serializable

Serialized Fields

remainingName

Name remainingName
Contains the remaining name that has not been resolved yet. It is a composite name and can be null. This field is initialized by the constructors. You should access and manipulate this field through its get, set, "append" methods.
 
See Also:
NamingException.getRemainingName(), NamingException.setRemainingName(javax.naming.Name), NamingException.appendRemainingName(javax.naming.Name), NamingException.appendRemainingComponent(java.lang.String)

resolvedName

Name resolvedName
Contains the part of the name that has been successfully resolved. It is a composite name and can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.
 
See Also:
NamingException.getResolvedName(), NamingException.setResolvedName(javax.naming.Name)

resolvedObj

java.lang.Object resolvedObj
Contains the object to which resolution of the part of the name was successful. Can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.
 
See Also:
NamingException.getResolvedObj(), NamingException.setResolvedObj(java.lang.Object)

rootException

java.lang.Throwable rootException
Contains the original exception that caused this NamingException to be thrown. This field is set if there is additional information that that could be obtained from the original exception, or if there original exception could not be mapped to a subclass of NamingException. Can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.
 
See Also:
NamingException.getRootCause(), NamingException.setRootCause(java.lang.Throwable)

Class javax.naming.NamingSecurityException implements Serializable

Class javax.naming.NoInitialContextException implements Serializable

Class javax.naming.NoPermissionException implements Serializable

Class javax.naming.NotContextException implements Serializable

Class javax.naming.OperationNotSupportedException implements Serializable

Class javax.naming.PartialResultException implements Serializable

Class javax.naming.RefAddr implements Serializable

Serialized Fields

addrType

java.lang.String addrType
Contains the type of this address.
 

Class javax.naming.Reference implements Serializable

Serialized Fields

addrs

java.util.Vector addrs
Contains the adddresses contained in this Reference. Initialized by constructor.
 

classFactory

java.lang.String classFactory
Contains the name of the factory class for creating an instance of the object to which this Reference refers. Initialized to null.
 

classFactoryLocation

java.lang.String classFactoryLocation
Contains the location of the factory class. Initialized to null.
 

className

java.lang.String className
Contains the fully-qualified name of the class of the object to which this Reference refers.
 
See Also:
Class.getName()

Class javax.naming.ReferralException implements Serializable

Class javax.naming.ServiceUnavailableException implements Serializable

Class javax.naming.SizeLimitExceededException implements Serializable

Class javax.naming.StringRefAddr implements Serializable

Serialized Fields

contents

java.lang.String contents
Contains the contents of this address. Can be null.
 

Class javax.naming.TimeLimitExceededException implements Serializable


Package javax.naming.directory

Class javax.naming.directory.AttributeInUseException implements Serializable

Class javax.naming.directory.AttributeModificationException implements Serializable

Serialized Fields

unexecs

ModificationItem[] unexecs
Contains the possibly null list of unexecuted modifications.
 

Class javax.naming.directory.BasicAttribute implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Overriden to avoid exposing implementation details.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Overriden to avoid exposing implementation details
Serial Data:
Default field (the attribute ID -- a String), followed by the number of values (an int), and the individual values.
Serialized Fields

attrID

java.lang.String attrID
Holds the attribute's id. It is initialized by the public constructor and cannot be null unless methods in Attribute that use attrID have been overridden.
 

ordered

boolean ordered
A flag for recording whether this attribute's values are ordered.
 

Class javax.naming.directory.BasicAttributes implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Overriden to avoid exposing implementation details.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Overriden to avoid exposing implementation details.
Serial Data:
Default field (ignoreCase flag -- a boolean), followed by the number of attributes in the set (an int), and then the individual Attribute objects.
Serialized Fields

ignoreCase

boolean ignoreCase
Indicates whether case of attribute ids is ignored.
 

Class javax.naming.directory.InvalidAttributeIdentifierException implements Serializable

Class javax.naming.directory.InvalidAttributesException implements Serializable

Class javax.naming.directory.InvalidAttributeValueException implements Serializable

Class javax.naming.directory.InvalidSearchControlsException implements Serializable

Class javax.naming.directory.InvalidSearchFilterException implements Serializable

Class javax.naming.directory.ModificationItem implements Serializable

Serialized Fields

attr

Attribute attr
Contains the attribute identifying the attribute and/or its value to be applied for the modification.
 

mod_op

int mod_op
Contains an integer identify the modification to be performed.
 

Class javax.naming.directory.NoSuchAttributeException implements Serializable

Class javax.naming.directory.SchemaViolationException implements Serializable

Class javax.naming.directory.SearchControls implements Serializable

Serialized Fields

attributesToReturn

java.lang.String[] attributesToReturn
Contains the list of attributes to be returned in SearchResult for each matching entry of search. null indicates that all attributes are to be returned.
 

countLimit

long countLimit
Contains the maximum number of SearchResults to return.
 

derefLink

boolean derefLink
Indicates whether JNDI links are dereferenced during search.
 

returnObj

boolean returnObj
Indicates whether object is returned in SearchResult.
 

searchScope

int searchScope
Contains the scope with which to apply the search. One of ONELEVE_SCOPE, OBJECT_SCOPE, or SUBTREE_SCOPE.
 

timeLimit

int timeLimit
Contains the milliseconds to wait before returning from search.
 

Class javax.naming.directory.SearchResult implements Serializable

Serialized Fields

attrs

Attributes attrs
Contains the attributes returned with the object.
 


Package javax.naming.event

Class javax.naming.event.NamingEvent implements Serializable

Serialized Fields

changeInfo

java.lang.Object changeInfo
Contains information about the change that generated this event.
 

newBinding

Binding newBinding
Contains information about the object after the change.
 

oldBinding

Binding oldBinding
Contains information about the object before the change.
 

type

int type
Contains the type of this event.
 
See Also:
NamingEvent.OBJECT_ADDED, NamingEvent.OBJECT_REMOVED, NamingEvent.OBJECT_RENAMED, NamingEvent.OBJECT_CHANGED

Class javax.naming.event.NamingExceptionEvent implements Serializable

Serialized Fields

exception

NamingException exception
Contains the exception that was thrown
 


Package javax.naming.ldap

Class javax.naming.ldap.LdapReferralException implements Serializable

Class javax.naming.ldap.UnsolicitedNotificationEvent implements Serializable

Serialized Fields

notice

UnsolicitedNotification notice
The notification that caused this event to be fired.
 


Package javax.naming.spi

Class javax.naming.spi.ResolveResult implements Serializable

Serialized Fields

remainingName

Name remainingName
Field containing the remaining name yet to be resolved. It can be null only when constructed using a subclass. Constructors should always initialize this.
 

resolvedObj

java.lang.Object resolvedObj
Field containing the Object that was resolved to successfully. It can be null only when constructed using a subclass. Constructors should always initialize this.
 


Package javax.rmi.CORBA

Class javax.rmi.CORBA.ClassDesc implements Serializable

Serialized Fields

codebase

java.lang.String codebase
A space-separated list of codebase URLs.

repid

java.lang.String repid
The class's RepositoryId.

Class javax.rmi.CORBA.Stub implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialization method to restore the IOR state.

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialization method to save the IOR state.
Serial Data:
The length of the IOR type ID (int), followed by the IOR type ID (byte array encoded using ISO8859-1), followed by the number of IOR profiles (int), followed by the IOR profiles. Each IOR profile is written as a profile tag (int), followed by the length of the profile data (int), followed by the profile data (byte array).


Package javax.servlet

Class javax.servlet.GenericServlet implements Serializable

Class javax.servlet.ServletException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class javax.servlet.UnavailableException implements Serializable

Serialized Fields

permanent

boolean permanent

seconds

int seconds

servlet

Servlet servlet


Package javax.servlet.http

Class javax.servlet.http.HttpServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent implements Serializable

Serialized Fields

name

java.lang.String name


Package javax.servlet.jsp

Class javax.servlet.jsp.JspException implements Serializable

Class javax.servlet.jsp.JspTagException implements Serializable


Package javax.servlet.jsp.tagext

Class javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

bodyContent

BodyContent bodyContent

Class javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

id

java.lang.String id

pageContext

PageContext pageContext

parent

Tag parent

values

java.util.Hashtable values


Package javax.sql

Class javax.sql.ConnectionEvent implements Serializable

Serialized Fields

ex

java.sql.SQLException ex

Class javax.sql.RowSetEvent implements Serializable


Package javax.transaction

Class javax.transaction.HeuristicCommitException implements Serializable

Class javax.transaction.HeuristicMixedException implements Serializable

Class javax.transaction.HeuristicRollbackException implements Serializable

Class javax.transaction.InvalidTransactionException implements Serializable

Class javax.transaction.NotSupportedException implements Serializable

Class javax.transaction.RollbackException implements Serializable

Class javax.transaction.SystemException implements Serializable

Serialized Fields

errorCode

int errorCode
The error code to create the SystemException with
The error code for the exception

Class javax.transaction.TransactionRequiredException implements Serializable

Class javax.transaction.TransactionRolledbackException implements Serializable


Package javax.transaction.xa

Class javax.transaction.xa.XAException implements Serializable

Serialized Fields

errorCode

int errorCode
The error code to create the SystemException with
The error code for the exception