Package | Description |
---|---|
org.forgerock.opendj.config.client |
Common client-side administration classes.
|
Modifier and Type | Method and Description |
---|---|
OperationRejectedException.OperationType |
OperationRejectedException.getOperationType()
Gets the type of operation that caused this exception.
|
static OperationRejectedException.OperationType |
OperationRejectedException.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationRejectedException.OperationType[] |
OperationRejectedException.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OperationRejectedException(OperationRejectedException.OperationType type,
LocalizableMessage ufn)
Creates a new operation rejected exception with a default message.
|
OperationRejectedException(OperationRejectedException.OperationType type,
LocalizableMessage ufn,
Collection<LocalizableMessage> messages)
Creates a new operation rejected exception with the provided messages.
|
OperationRejectedException(OperationRejectedException.OperationType type,
LocalizableMessage ufn,
LocalizableMessage message)
Creates a new operation rejected exception with the provided message.
|
Copyright 2010-2018 ForgeRock AS.