Class DecodingException

All Implemented Interfaces:
Serializable, LocalizableException
Direct Known Subclasses:
DefinitionDecodingException, ExpressionException, ManagedObjectDecodingException, ServerManagedObjectDecodingException

public abstract class DecodingException extends OperationsException
The requested managed object was found but it could not be decoded.
See Also:
  • Constructor Details

    • DecodingException

      protected DecodingException(LocalizableMessage message)
      Create a decoding exception with a message.
      Parameters:
      message - The message.