Uses of Enum Class
org.forgerock.opendj.config.DefinitionDecodingException.Reason
Packages that use DefinitionDecodingException.Reason
-
Uses of DefinitionDecodingException.Reason in org.forgerock.opendj.config
Subclasses with type arguments of type DefinitionDecodingException.Reason in org.forgerock.opendj.configModifier and TypeClassDescriptionstatic enumAn enumeration defining the reasons why the definition could not be resolved.Methods in org.forgerock.opendj.config that return DefinitionDecodingException.ReasonModifier and TypeMethodDescriptionDefinitionDecodingException.getReason()Returns 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.