Uses of Class
org.forgerock.opendj.config.client.OperationRejectedException.OperationType
-
Packages that use OperationRejectedException.OperationType Package Description org.forgerock.opendj.config.client Common client-side administration classes. -
-
Uses of OperationRejectedException.OperationType in org.forgerock.opendj.config.client
Methods in org.forgerock.opendj.config.client that return OperationRejectedException.OperationType Modifier and Type Method 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.Constructors in org.forgerock.opendj.config.client with parameters of type OperationRejectedException.OperationType Constructor 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.
-