Uses of Class
org.forgerock.opendj.config.DefinitionDecodingException.Reason
-
Packages that use DefinitionDecodingException.Reason Package Description org.forgerock.opendj.config Common administration classes. -
-
Uses of DefinitionDecodingException.Reason in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return DefinitionDecodingException.Reason Modifier and Type Method Description DefinitionDecodingException.Reason
DefinitionDecodingException. getReason()
Gets the reason why the definition could not be determined.static DefinitionDecodingException.Reason
DefinitionDecodingException.Reason. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefinitionDecodingException.Reason[]
DefinitionDecodingException.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forgerock.opendj.config with parameters of type DefinitionDecodingException.Reason Constructor Description DefinitionDecodingException(AbstractManagedObjectDefinition<?,?> d, DefinitionDecodingException.Reason reason)
Create a new definition decoding exception.
-