Uses of Enum Class
org.forgerock.opendj.config.DefinitionDecodingException.Reason
-
Uses of DefinitionDecodingException.Reason in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionDefinitionDecodingException.getReason()
Gets the reason why the definition could not be determined.Returns the enum constant of this class with the specified name.static DefinitionDecodingException.Reason[]
DefinitionDecodingException.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionDefinitionDecodingException
(AbstractManagedObjectDefinition<?, ?> d, DefinitionDecodingException.Reason reason) Create a new definition decoding exception.