Class CoderException

All Implemented Interfaces:
Serializable

public class CoderException extends IOException
An Exception thrown if there is a problem encoding or decoding a value.
See Also:
  • Constructor Details

    • CoderException

      public CoderException(String message)
    • CoderException

      public CoderException(String message, Throwable cause)
    • CoderException

      public CoderException(Throwable cause)