Class AbstractTracer.Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.christofreichardt.diagnosis.AbstractTracer.Exception
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractTracer

public class AbstractTracer.Exception extends Exception
Indicates exceptional states within the AbstractTracer context.
See Also:
  • Constructor Details

    • Exception

      public Exception(String msg)
      Creates an Exception instance.
      Parameters:
      msg - the message
    • Exception

      public Exception(Throwable cause)
      Creates an Exception instance.
      Parameters:
      cause - the cause of the trouble