Module swim.codec
Package swim.codec

Class DecoderException

All Implemented Interfaces:
Serializable

public class DecoderException extends RuntimeException
Thrown when a Decoder decodes invalid data.
See Also:
  • Constructor Details

    • DecoderException

      public DecoderException(String message, Throwable cause)
    • DecoderException

      public DecoderException(String message)
    • DecoderException

      public DecoderException(Throwable cause)
    • DecoderException

      public DecoderException()