Class ConfEDecodeException

Object
Throwable
Exception
com.tailf.proto.ConfEException
com.tailf.proto.ConfEDecodeException
All Implemented Interfaces:
Serializable

public class ConfEDecodeException extends ConfEException
Exception raised when an attempt is made to create an E term by decoding a sequence of bytes that does not represent the type of term that was requested.
See Also:
  • Constructor Details

    • ConfEDecodeException

      public ConfEDecodeException(String msg, Throwable cause)
      Provides a detailed message.
    • ConfEDecodeException

      public ConfEDecodeException(String msg)