Class DefinitionDecodingException

All Implemented Interfaces:
Serializable, LocalizableException

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

  • Method Details

    • getManagedObjectDefinition

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

      Gets the reason why the definition could not be determined.
      Returns:
      Returns the reason why the definition could not be determined.