Spring LDAP Framework

Serialized Form


Package org.springframework.ldap

Class org.springframework.ldap.AttributeInUseException extends NamingException implements Serializable

Class org.springframework.ldap.AttributeModificationException extends NamingException implements Serializable

Class org.springframework.ldap.AuthenticationException extends NamingSecurityException implements Serializable

Class org.springframework.ldap.AuthenticationNotSupportedException extends NamingSecurityException implements Serializable

Class org.springframework.ldap.BadLdapGrammarException extends NamingException implements Serializable

serialVersionUID: 961612585331409470L

Class org.springframework.ldap.CannotProceedException extends NamingException implements Serializable

Class org.springframework.ldap.CommunicationException extends NamingException implements Serializable

Class org.springframework.ldap.ConfigurationException extends NamingException implements Serializable

Class org.springframework.ldap.ContextNotEmptyException extends NamingException implements Serializable

Class org.springframework.ldap.InsufficientResourcesException extends NamingException implements Serializable

Class org.springframework.ldap.InterruptedNamingException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidAttributeIdentifierException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidAttributesException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidAttributeValueException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidNameException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidSearchControlsException extends NamingException implements Serializable

Class org.springframework.ldap.InvalidSearchFilterException extends NamingException implements Serializable

Class org.springframework.ldap.LdapReferralException extends ReferralException implements Serializable

Class org.springframework.ldap.LimitExceededException extends NamingException implements Serializable

Class org.springframework.ldap.LinkException extends NamingException implements Serializable

Class org.springframework.ldap.LinkLoopException extends LinkException implements Serializable

Class org.springframework.ldap.MalformedLinkException extends LinkException implements Serializable

Class org.springframework.ldap.NameAlreadyBoundException extends NamingException implements Serializable

Class org.springframework.ldap.NameNotFoundException extends NamingException implements Serializable

Class org.springframework.ldap.NamingException extends NestedRuntimeException implements Serializable

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Checks if the resolvedObj of the causing exception is suspected to be non-serializable, and if so temporarily nulls it before calling the default serialization mechanism.

Throws:
IOException - if there is an error writing this object to the stream
Serialized Fields

cause

Throwable cause

Class org.springframework.ldap.NamingSecurityException extends NamingException implements Serializable

Class org.springframework.ldap.NoInitialContextException extends NamingException implements Serializable

Class org.springframework.ldap.NoPermissionException extends NamingSecurityException implements Serializable

Class org.springframework.ldap.NoSuchAttributeException extends NamingException implements Serializable

Class org.springframework.ldap.NotContextException extends NamingException implements Serializable

Class org.springframework.ldap.OperationNotSupportedException extends NamingException implements Serializable

Class org.springframework.ldap.PartialResultException extends NamingException implements Serializable

Class org.springframework.ldap.ReferralException extends NamingException implements Serializable

Class org.springframework.ldap.SchemaViolationException extends NamingException implements Serializable

Class org.springframework.ldap.ServiceUnavailableException extends NamingException implements Serializable

Class org.springframework.ldap.SizeLimitExceededException extends LimitExceededException implements Serializable

Class org.springframework.ldap.TimeLimitExceededException extends LimitExceededException implements Serializable

Class org.springframework.ldap.UncategorizedLdapException extends NamingException implements Serializable


Package org.springframework.ldap.control

Class org.springframework.ldap.control.CreateControlFailedException extends NamingException implements Serializable


Package org.springframework.ldap.core

Class org.springframework.ldap.core.DistinguishedName extends Object implements Serializable

serialVersionUID: 3514344371999042586L

Serialized Fields

names

List<E> names

Class org.springframework.ldap.core.LdapAttribute extends BasicAttribute implements Serializable

serialVersionUID: -5263905906016179429L

Serialized Fields

options

Set<E> options
Holds the attributes options.

Class org.springframework.ldap.core.LdapAttributes extends BasicAttributes implements Serializable

serialVersionUID: 97903297123869138L

Serialized Fields

dn

DistinguishedName dn
Distinguished name to which the object is bound.

Class org.springframework.ldap.core.LdapRdn extends Object implements Serializable

serialVersionUID: 5681397547245228750L

Serialized Fields

components

List<E> components

Class org.springframework.ldap.core.LdapRdnComponent extends Object implements Serializable

serialVersionUID: -3296747972616243038L

Serialized Fields

key

String key

value

String value

Class org.springframework.ldap.core.ObjectRetrievalException extends NamingException implements Serializable

Class org.springframework.ldap.core.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.springframework.ldap.core.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.springframework.ldap.ldif

Class org.springframework.ldap.ldif.InvalidAttributeFormatException extends NamingException implements Serializable

serialVersionUID: -4529380160785322985L

Class org.springframework.ldap.ldif.InvalidRecordFormatException extends NamingException implements Serializable

serialVersionUID: -5047874723621065139L


Package org.springframework.ldap.odm.core

Class org.springframework.ldap.odm.core.OdmException extends NamingException implements Serializable


Package org.springframework.ldap.odm.core.impl

Class org.springframework.ldap.odm.core.impl.InvalidEntryException extends OdmException implements Serializable

Class org.springframework.ldap.odm.core.impl.MetaDataException extends OdmException implements Serializable

Class org.springframework.ldap.odm.core.impl.UnmanagedClassException extends OdmException implements Serializable


Package org.springframework.ldap.odm.typeconversion

Class org.springframework.ldap.odm.typeconversion.ConverterException extends NamingException implements Serializable


Package org.springframework.ldap.support

Class org.springframework.ldap.support.ListComparator extends Object implements Serializable

serialVersionUID: -3068381879731157178L


Package org.springframework.ldap.transaction.compensating.manager

Class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndDataSourceTransactionManager extends DataSourceTransactionManager implements Serializable

serialVersionUID: 6832868697460384648L

Serialized Fields

ldapManagerDelegate

ContextSourceTransactionManagerDelegate ldapManagerDelegate

Class org.springframework.ldap.transaction.compensating.manager.ContextSourceAndHibernateTransactionManager extends HibernateTransactionManager implements Serializable

serialVersionUID: 1L

Serialized Fields

ldapManagerDelegate

ContextSourceTransactionManagerDelegate ldapManagerDelegate

Class org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager extends AbstractPlatformTransactionManager implements Serializable

serialVersionUID: 7138208218687237856L

Serialized Fields

delegate

ContextSourceTransactionManagerDelegate delegate


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.