Class ConfBadTermException

Object
Throwable
Exception
com.tailf.conf.ConfException
com.tailf.conf.ConfBadTermException
All Implemented Interfaces:
Serializable

public class ConfBadTermException extends ConfException
Exception thrown when protocol data is malformed.
See Also:
  • Constructor Details

    • ConfBadTermException

      public ConfBadTermException(String msg, ErrorCode code, Throwable cause)
    • ConfBadTermException

      public ConfBadTermException(String msg, int codeInteger, Throwable cause)