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.OperationTypeOperationRejectedException. getOperationType()Gets the type of operation that caused this exception.static OperationRejectedException.OperationTypeOperationRejectedException.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, org.forgerock.i18n.LocalizableMessage ufn)Creates a new operation rejected exception with a default message.OperationRejectedException(OperationRejectedException.OperationType type, org.forgerock.i18n.LocalizableMessage ufn, Collection<org.forgerock.i18n.LocalizableMessage> messages)Creates a new operation rejected exception with the provided messages.OperationRejectedException(OperationRejectedException.OperationType type, org.forgerock.i18n.LocalizableMessage ufn, org.forgerock.i18n.LocalizableMessage message)Creates a new operation rejected exception with the provided message.
-