Class ContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.samply.reporter.context.ContextException
All Implemented Interfaces:
Serializable

public class ContextException extends Exception
See Also:
  • Constructor Details

    • ContextException

      public ContextException(String message)
    • ContextException

      public ContextException(String message, Throwable cause)
    • ContextException

      public ContextException(Throwable cause)
    • ContextException

      public ContextException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)