Class DefinitionDecodingException

  • All Implemented Interfaces:
    Serializable, org.forgerock.i18n.LocalizableException

    public class DefinitionDecodingException
    extends DecodingException
    The requested managed object was found but its type could not be determined.
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • getManagedObjectDefinition

        public AbstractManagedObjectDefinition<?,​?> getManagedObjectDefinition()
        Gets the expected managed object definition.
        Returns:
        Returns the expected managed object definition.
      • getReason

        public DefinitionDecodingException.Reason getReason()
        Gets the reason why the definition could not be determined.
        Returns:
        Returns the reason why the definition could not be determined.