Class CodecException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MessageBodyException

public class CodecException extends HttpException
An exception thrown when an object cannot be decoded.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • CodecException

      public CodecException(String message)
      Parameters:
      message - The message
    • CodecException

      public CodecException(String message, Throwable cause)
      Parameters:
      message - The message
      cause - The throwable