Serialized Form
-
Package org.forgerock.opendj.config
-
Class org.forgerock.opendj.config.AdminException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
message
org.forgerock.i18n.LocalizableMessage message
-
-
Class org.forgerock.opendj.config.DecodingException extends OperationsException implements Serializable
- serialVersionUID:
- 1L
-
Class org.forgerock.opendj.config.DefinitionDecodingException extends DecodingException implements Serializable
- serialVersionUID:
- 3459033551415663416L
-
Serialized Fields
-
d
AbstractManagedObjectDefinition<?,?> d
The expected type of managed object. -
reason
DefinitionDecodingException.Reason reason
The reason why the definition could not be determined.
-
-
Class org.forgerock.opendj.config.ManagedObjectAlreadyExistsException extends OperationsException implements Serializable
- serialVersionUID:
- -2344653674171609366L
-
Class org.forgerock.opendj.config.ManagedObjectNotFoundException extends OperationsException implements Serializable
- serialVersionUID:
- -477551786551892978L
-
Class org.forgerock.opendj.config.OperationsException extends AdminException implements Serializable
- serialVersionUID:
- 6329910102360262187L
-
Class org.forgerock.opendj.config.PropertyException extends RuntimeException implements Serializable
- serialVersionUID:
- -8465109598081914482L
-
Serialized Fields
-
message
org.forgerock.i18n.LocalizableMessage message
LocalizableMessage that explains the problem. -
pd
PropertyDefinition<?> pd
The property definition associated with the property that caused the exception.
-
-
Class org.forgerock.opendj.config.PropertyNotFoundException extends OperationsException implements Serializable
- serialVersionUID:
- -895548482881819610L
-
Serialized Fields
-
propertyName
String propertyName
The name of the property that could not be found.
-
-
-
Package org.forgerock.opendj.config.client
-
Class org.forgerock.opendj.config.client.AuthenticationException extends org.forgerock.opendj.config.client.AdminSecurityException implements Serializable
- serialVersionUID:
- 3544797197747686958L
-
Class org.forgerock.opendj.config.client.ConcurrentModificationException extends OperationsException implements Serializable
- serialVersionUID:
- -1467024486347612820L
-
Class org.forgerock.opendj.config.client.IllegalManagedObjectNameException extends OperationsException implements Serializable
- serialVersionUID:
- 7491748228684293291L
-
Serialized Fields
-
illegalName
String illegalName
The illegal name. -
namingPropertyDefinition
PropertyDefinition<?> namingPropertyDefinition
The naming property definition if applicable.
-
-
Class org.forgerock.opendj.config.client.ManagedObjectDecodingException extends DecodingException implements Serializable
- serialVersionUID:
- -4268510652395945357L
-
Serialized Fields
-
causes
Collection<PropertyException> causes
The exception(s) that caused this decoding exception. -
partialManagedObject
ManagedObject<?> partialManagedObject
The partially created managed object.
-
-
Class org.forgerock.opendj.config.client.MissingMandatoryPropertiesException extends OperationsException implements Serializable
- serialVersionUID:
- 6342522125252055588L
-
Serialized Fields
-
causes
Collection<PropertyException> causes
The causes of this exception. -
isCreate
boolean isCreate
Indicates whether the exception occurred during managed object creation. -
ufn
org.forgerock.i18n.LocalizableMessage ufn
The user friendly name of the component that caused this exception.
-
-
Class org.forgerock.opendj.config.client.OperationRejectedException extends org.forgerock.opendj.config.client.AdminClientException implements Serializable
- serialVersionUID:
- 8547688890613079044L
-
Serialized Fields
-
messages
Collection<org.forgerock.i18n.LocalizableMessage> messages
The messages describing the constraint violations that occurred. -
type
OperationRejectedException.OperationType type
The type of operation that caused this exception. -
ufn
org.forgerock.i18n.LocalizableMessage ufn
The user friendly name of the component that caused this exception.
-
-
-
Package org.forgerock.opendj.config.server
-
Class org.forgerock.opendj.config.server.ConfigException extends Exception implements Serializable
- serialVersionUID:
- -540463620272921157L
-
Serialized Fields
-
message
org.forgerock.i18n.LocalizableMessage message
-
-
Class org.forgerock.opendj.config.server.ServerManagedObjectDecodingException extends DecodingException implements Serializable
- serialVersionUID:
- 1598401431084729853L
-
Serialized Fields
-
causes
Collection<PropertyException> causes
The exception(s) that caused this decoding exception. -
partialManagedObject
ServerManagedObject<?> partialManagedObject
The partially created server managed object.
-
-