Class CodecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.cafapi.common.api.CodecException
All Implemented Interfaces:
Serializable

public class CodecException extends Exception
Thrown when a Codec fails to encode or decode information.
See Also:
  • Constructor Details

    • CodecException

      public CodecException(String message, Throwable cause)
      Create a new CodecException
      Parameters:
      message - information explaining the exception
      cause - the original cause of this exception