Class ReportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hobbit.core.data.ReportedException
All Implemented Interfaces:
Serializable

public class ReportedException extends Exception
This Exception is a wrapper of an exception that has already been reported on the command queue and, hence, doesn't have to be reported again.
Author:
Michael Röder (michael.roeder@uni-paderborn.de)
See Also:
  • Field Details

  • Constructor Details

    • ReportedException

      public ReportedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ReportedException

      public ReportedException(String message, Throwable cause)
    • ReportedException

      public ReportedException(Throwable cause)