Class ConfEException

Object
Throwable
Exception
com.tailf.proto.ConfEException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfEDecodeException, ConfERangeException

public abstract class ConfEException extends Exception
Base class for the other Conf E exception classes.
See Also:
  • Constructor Details

    • ConfEException

      public ConfEException(Throwable cause)
      Provides no message.
    • ConfEException

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

      public ConfEException(String msg)