Serialized Form
-
Package org.forgerock.audit
-
Exception org.forgerock.audit.AuditException
class AuditException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.forgerock.audit.events.handlers.buffering
-
Exception org.forgerock.audit.events.handlers.buffering.BatchException
class BatchException extends Exception implements Serializable
-
-
Package org.forgerock.audit.secure
-
Exception org.forgerock.audit.secure.SecureStorageException
class SecureStorageException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.forgerock.config.resolvers
-
Exception org.forgerock.config.resolvers.SubstitutionException
class SubstitutionException extends Exception implements Serializable- serialVersionUID:
- -1L
-
-
Package org.forgerock.i18n
-
Class org.forgerock.i18n.LocalizableMessage
class LocalizableMessage extends Object implements Serializable-
Serialized Fields
-
args
Object[] args
Values used to replace argument specifiers in the format string. -
cachedString
org.forgerock.i18n.LocalizableMessage.CachedString cachedString
Memoize a cached version of toString with the default locale. -
descriptor
org.forgerock.i18n.LocalizableMessageDescriptor.AbstractLocalizableMessageDescriptor descriptor
Descriptor of this message.
-
-
-
Class org.forgerock.i18n.LocalizableMessageBuilder
class LocalizableMessageBuilder extends Object implements Serializable-
Serialized Fields
-
messages
List<LocalizableMessage> messages
Used internally to store appended messages. Typical usage pattern is"text" + separator + "text"
or less than that, so let's use a default size of 3.
-
-
-
Exception org.forgerock.i18n.LocalizedIllegalArgumentException
class LocalizedIllegalArgumentException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
message
LocalizableMessage message
The I18N message associated with this exception.
-
-
-
-
Package org.forgerock.i18n.slf4j
-
Class org.forgerock.i18n.slf4j.LocalizedMarker
class LocalizedMarker extends Object implements Serializable-
Serialized Fields
-
message
LocalizableMessage message
-
-
-
-
Package org.forgerock.json
-
Exception org.forgerock.json.JsonException
class JsonException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.JsonValueException
class JsonValueException extends JsonException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
JsonValue value
The JSON value for which the exception was thrown.
-
-
-
Package org.forgerock.json.resource
-
Exception org.forgerock.json.resource.BadRequestException
class BadRequestException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.ConflictException
class ConflictException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.CreateNotSupportedException
class CreateNotSupportedException extends BadRequestException implements Serializable -
Exception org.forgerock.json.resource.ForbiddenException
class ForbiddenException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.InternalServerErrorException
class InternalServerErrorException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.NotFoundException
class NotFoundException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.NotSupportedException
class NotSupportedException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.PermanentException
class PermanentException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.PreconditionFailedException
class PreconditionFailedException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.PreconditionRequiredException
class PreconditionRequiredException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.ResourceException
class ResourceException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
code
int code
The numeric code of the exception. -
detail
JsonValue detail
Additional detail which can be evaluated by applications. -
includeCause
boolean includeCause
flag to indicate whether to include the cause. -
reason
String reason
The short reason phrase of the exception. -
resourceApiVersion
org.forgerock.http.routing.Version resourceApiVersion
Resource API Version.
-
-
Exception org.forgerock.json.resource.RetryableException
class RetryableException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.UncategorizedException
class UncategorizedException extends ResourceException implements Serializable- serialVersionUID:
- 1L
-
Exception org.forgerock.json.resource.UnsupportedMediaTypeException
class UnsupportedMediaTypeException extends ResourceException implements Serializable
-
-
Package org.forgerock.json.schema.validator.exceptions
-
Exception org.forgerock.json.schema.validator.exceptions.SchemaException
class SchemaException extends JsonValueException implements Serializable- serialVersionUID:
- -6791477138664072164L
-
Serialized Fields
-
exception
Exception exception
The exception.The embedded exception if tunneling, or null.
-
-
Exception org.forgerock.json.schema.validator.exceptions.ValidationException
class ValidationException extends SchemaException implements Serializable- serialVersionUID:
- 3267297114570206794L
-
-
Package org.forgerock.monitoring.api.instrument.search
-
Exception org.forgerock.monitoring.api.instrument.search.MeterNotFoundException
class MeterNotFoundException extends RuntimeException implements Serializable
-
-
Package org.forgerock.opendj.config
-
Exception org.forgerock.opendj.config.AdminException
class AdminException extends Exception implements Serializable-
Serialized Fields
-
message
LocalizableMessage message
-
-
-
Exception org.forgerock.opendj.config.DecodingException
class DecodingException extends OperationsException implements Serializable -
Exception org.forgerock.opendj.config.DefinitionDecodingException
class DefinitionDecodingException extends DecodingException implements Serializable-
Serialized Fields
-
d
AbstractManagedObjectDefinition<?,
?> d The expected type of managed object. -
reason
DefinitionDecodingException.Reason reason
The reason why the definition could not be determined.
-
-
-
Exception org.forgerock.opendj.config.ExpressionException
class ExpressionException extends DecodingException implements Serializable -
Exception org.forgerock.opendj.config.ManagedObjectAlreadyExistsException
class ManagedObjectAlreadyExistsException extends OperationsException implements Serializable -
Exception org.forgerock.opendj.config.ManagedObjectNotFoundException
class ManagedObjectNotFoundException extends OperationsException implements Serializable -
Exception org.forgerock.opendj.config.OperationsException
class OperationsException extends AdminException implements Serializable -
Exception org.forgerock.opendj.config.PropertyException
class PropertyException extends RuntimeException implements Serializable-
Serialized Fields
-
message
LocalizableMessage message
LocalizableMessage that explains the problem. -
pd
PropertyDefinition<?> pd
The property definition associated with the property that caused the exception.
-
-
-
Exception org.forgerock.opendj.config.PropertyNotFoundException
class PropertyNotFoundException extends OperationsException implements Serializable-
Serialized Fields
-
propertyName
String propertyName
The name of the property that could not be found.
-
-
-
-
Package org.forgerock.opendj.config.client
-
Exception org.forgerock.opendj.config.client.ConcurrentModificationException
class ConcurrentModificationException extends OperationsException implements Serializable -
Exception org.forgerock.opendj.config.client.IllegalManagedObjectNameException
class IllegalManagedObjectNameException extends OperationsException implements Serializable-
Serialized Fields
-
illegalName
String illegalName
The illegal name. -
namingPropertyDefinition
PropertyDefinition<?> namingPropertyDefinition
The naming property definition if applicable.
-
-
-
Exception org.forgerock.opendj.config.client.ManagedObjectDecodingException
class ManagedObjectDecodingException extends DecodingException implements Serializable-
Serialized Fields
-
causes
Collection<PropertyException> causes
The exception(s) that caused this decoding exception. -
partialManagedObject
ManagedObject<?> partialManagedObject
The partially created managed object.
-
-
-
Exception org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
class MissingMandatoryPropertiesException extends OperationsException implements Serializable-
Serialized Fields
-
causes
Collection<PropertyException> causes
The causes of this exception. -
isCreate
boolean isCreate
Indicates whether the exception occurred during managed object creation. -
ufn
LocalizableMessage ufn
The user friendly name of the component that caused this exception.
-
-
-
Exception org.forgerock.opendj.config.client.OperationRejectedException
class OperationRejectedException extends org.forgerock.opendj.config.client.AdminClientException implements Serializable-
Serialized Fields
-
messages
List<LocalizableMessage> messages
The messages describing the constraint violations that occurred. -
type
OperationRejectedException.OperationType type
The type of operation that caused this exception. -
ufn
LocalizableMessage ufn
The user friendly name of the component that caused this exception.
-
-
-
-
Package org.forgerock.opendj.config.server
-
Exception org.forgerock.opendj.config.server.ConfigException
class ConfigException extends Exception implements Serializable-
Serialized Fields
-
message
LocalizableMessage message
-
-
-
Exception org.forgerock.opendj.config.server.ServerManagedObjectDecodingException
class ServerManagedObjectDecodingException extends DecodingException implements Serializable-
Serialized Fields
-
causes
Collection<PropertyException> causes
The exception(s) that caused this decoding exception. -
partialManagedObject
ServerManagedObject<?> partialManagedObject
The partially created server managed object.
-
-
-
-
Package org.forgerock.opendj.io.rx
-
Exception org.forgerock.opendj.io.rx.UnknownRxTransportException
class UnknownRxTransportException extends RuntimeException implements Serializable-
Serialized Fields
-
transportName
String transportName
-
-
-
-
Package org.forgerock.opendj.ldap
-
Exception org.forgerock.opendj.ldap.AssertionFailureException
class AssertionFailureException extends LdapException implements Serializable -
Exception org.forgerock.opendj.ldap.AuthenticationException
class AuthenticationException extends LdapException implements Serializable -
Exception org.forgerock.opendj.ldap.AuthorizationException
class AuthorizationException extends LdapException implements Serializable -
Exception org.forgerock.opendj.ldap.CancelledResultException
class CancelledResultException extends LdapException implements Serializable -
Exception org.forgerock.opendj.ldap.ConnectionException
class ConnectionException extends LdapException implements Serializable -
Exception org.forgerock.opendj.ldap.ConstraintViolationException
class ConstraintViolationException extends LdapException implements Serializable -
Exception org.forgerock.opendj.ldap.DecodeException
class DecodeException extends IOException implements Serializable-
Serialized Fields
-
isFatal
boolean isFatal
-
message
LocalizableMessage message
-
-
-
Exception org.forgerock.opendj.ldap.EntryNotFoundException
class EntryNotFoundException extends LdapException implements Serializable -
Exception org.forgerock.opendj.ldap.LdapException
class LdapException extends IOException implements Serializable-
Serialized Fields
-
message
LocalizableMessage message
-
result
Result result
-
-
-
Exception org.forgerock.opendj.ldap.MultipleEntriesFoundException
class MultipleEntriesFoundException extends LdapException implements Serializable -
Exception org.forgerock.opendj.ldap.ReferralException
class ReferralException extends EntryNotFoundException implements Serializable -
Exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
class SearchResultReferenceIOException extends IOException implements Serializable-
Serialized Fields
-
reference
SearchResultReference reference
-
-
-
Exception org.forgerock.opendj.ldap.TimeoutResultException
class TimeoutResultException extends LdapException implements Serializable
-
-
Package org.forgerock.opendj.ldap.schema
-
Exception org.forgerock.opendj.ldap.schema.ConflictingSchemaElementException
class ConflictingSchemaElementException extends LocalizedIllegalArgumentException implements Serializable -
Exception org.forgerock.opendj.ldap.schema.UnknownSchemaElementException
class UnknownSchemaElementException extends LocalizedIllegalArgumentException implements Serializable
-
-
Package org.forgerock.opendj.security
-
Exception org.forgerock.opendj.security.LocalizedKeyStoreException
class LocalizedKeyStoreException extends KeyStoreException implements Serializable-
Serialized Fields
-
message
LocalizableMessage message
The I18N message associated with this exception.
-
-
-
Class org.forgerock.opendj.security.OpenDjSecurityProvider
class OpenDjSecurityProvider extends Provider implements Serializable-
Serialized Fields
-
defaultConfig
KeyStoreParameters defaultConfig
-
-
-
-
Package org.forgerock.opendj.server.embedded
-
Exception org.forgerock.opendj.server.embedded.EmbeddedDirectoryServerException
class EmbeddedDirectoryServerException extends OpenDsException implements Serializable
-
-
Package org.forgerock.opendj.setup.model
-
Exception org.forgerock.opendj.setup.model.SetupException
class SetupException extends Exception implements Serializable-
Serialized Fields
-
message
LocalizableMessage message
-
-
-
-
Package org.forgerock.secrets
-
Exception org.forgerock.secrets.NoSuchSecretException
class NoSuchSecretException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class org.forgerock.secrets.SecretsKeyStoreProvider
class SecretsKeyStoreProvider extends Provider implements Serializable- serialVersionUID:
- 1L
-
-
Package org.forgerock.security.keystore
-
Exception org.forgerock.security.keystore.KeystoreManagerException
class KeystoreManagerException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.forgerock.tokenhandler
-
Exception org.forgerock.tokenhandler.ExpiredTokenException
class ExpiredTokenException extends InvalidTokenException implements Serializable -
Exception org.forgerock.tokenhandler.InvalidTokenException
class InvalidTokenException extends TokenHandlerException implements Serializable -
Exception org.forgerock.tokenhandler.TokenHandlerException
class TokenHandlerException extends Exception implements Serializable
-
-
Package org.forgerock.util
-
Class org.forgerock.util.RangeSet
- serialVersionUID:
- 1L
-
Serialized Fields
-
start
int start
The start of the range, inclusive. -
step
int step
TODO: Description. -
stop
int stop
The end of the range, inclusive.
-
-
-
Package org.forgerock.util.crypto
-
Class org.forgerock.util.crypto.HKDFKeyGenerator.HKDFMasterKey
class HKDFMasterKey extends SecretKeySpec implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
salt
byte[] salt
-
-
-
Package org.forgerock.util.promise
-
Exception org.forgerock.util.promise.NeverThrowsException
class NeverThrowsException extends RuntimeException implements Serializable- serialVersionUID:
- 2879912363036916597L
-
-
Package org.opends.server.authorization.dseecompat
-
Exception org.opends.server.authorization.dseecompat.AciException
class AciException extends OpenDsException implements Serializable
-
-
Package org.opends.server.backends.pluggable.spi
-
Exception org.opends.server.backends.pluggable.spi.ReadOnlyStorageException
class ReadOnlyStorageException extends StorageRuntimeException implements Serializable -
Exception org.opends.server.backends.pluggable.spi.StorageRuntimeException
class StorageRuntimeException extends RuntimeException implements Serializable
-
-
Package org.opends.server.backup
-
Exception org.opends.server.backup.BackupException
class BackupException extends Exception implements Serializable-
Serialized Fields
-
errorMessage
LocalizableMessage errorMessage
-
-
-
-
Package org.opends.server.crypto
-
Exception org.opends.server.crypto.CorruptedEntryException
class CorruptedEntryException extends CryptoManagerException implements Serializable
-
-
Package org.opends.server.protocols.http
-
Exception org.opends.server.protocols.http.LocalizedHttpApplicationException
class LocalizedHttpApplicationException extends org.forgerock.http.HttpApplicationException implements Serializable-
Serialized Fields
-
message
LocalizableMessage message
-
-
-
-
Package org.opends.server.replication.common
-
Class org.opends.server.replication.common.CSN
class CSN extends Object implements Serializable-
Serialized Fields
-
replicaId
ReplicaId replicaId
-
seqnum
int seqnum
-
timeStamp
long timeStamp
-
version
CSN.CsnVersion version
-
-
-
-
Package org.opends.server.replication.protocol
-
Exception org.opends.server.replication.protocol.NotSupportedOldVersionPDUException
class NotSupportedOldVersionPDUException extends Exception implements Serializable-
Serialized Fields
-
protocolVersion
short protocolVersion
Protocol version of the pdu.
-
-
-
-
Package org.opends.server.replication.server.changelog.api
-
Exception org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException
class AbortedChangelogCursorException extends ChangelogException implements Serializable -
Exception org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException.ClearedChangelogCursorException
class ClearedChangelogCursorException extends AbortedChangelogCursorException implements Serializable -
Exception org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException.PurgedChangelogCursorException
class PurgedChangelogCursorException extends AbortedChangelogCursorException implements Serializable -
Exception org.opends.server.replication.server.changelog.api.ChangelogException
class ChangelogException extends OpenDsException implements Serializable -
Exception org.opends.server.replication.server.changelog.api.PurgedReplicaDbException
class PurgedReplicaDbException extends ChangelogException implements Serializable
-
-
Package org.opends.server.tools.tasks
-
Exception org.opends.server.tools.tasks.TaskClientException
class TaskClientException extends OpenDsException implements Serializable
-
-
Package org.opends.server.tools.upgrade
-
Class org.opends.server.tools.upgrade.ProgressMonitor
class ProgressMonitor extends TextOutputCallback implements Serializable-
Serialized Fields
-
errorOccurred
boolean errorOccurred
-
totalWork
float totalWork
An integer representing the total number of work unit to be performed. -
upgradeContext
org.opends.server.tools.upgrade.UpgradeContext upgradeContext
-
workCompleted
float workCompleted
-
-
-
-
Package org.opends.server.types
-
Exception org.opends.server.types.CryptoManagerException
class CryptoManagerException extends OpenDsException implements Serializable -
Exception org.opends.server.types.DisconnectException
class DisconnectException extends OpenDsException implements Serializable-
Serialized Fields
-
disconnectReason
DisconnectReason disconnectReason
-
-
-
Exception org.opends.server.types.InitializationException
class InitializationException extends OpenDsException implements Serializable -
Exception org.opends.server.types.OpenDsException
class OpenDsException extends Exception implements Serializable-
Serialized Fields
-
message
LocalizableMessage message
LocalizableMessage that explains the problem.
-
-
-
-
Package org.opends.server.util
-
Exception org.opends.server.util.LDIFException
class LDIFException extends OpenDsException implements Serializable-
Serialized Fields
-
canContinueReading
boolean canContinueReading
Indicates whether this exception is severe enough that it is no longer possible to keep reading. -
lineNumber
long lineNumber
The line number of the last line read from the LDIF source.
-
-
-