Uses of Enum Class
org.forgerock.opendj.config.DefinitionDecodingException.Reason
Packages that use DefinitionDecodingException.Reason
-
Uses of DefinitionDecodingException.Reason in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return DefinitionDecodingException.ReasonModifier 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.Constructors in org.forgerock.opendj.config with parameters of type DefinitionDecodingException.ReasonModifierConstructorDescriptionDefinitionDecodingException
(AbstractManagedObjectDefinition<?, ?> d, DefinitionDecodingException.Reason reason) Create a new definition decoding exception.