Package org.hobbit.core.data
Class ReportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hobbit.core.data.ReportedException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReportedException(String message, Throwable cause) ReportedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ReportedException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ReportedException
-
ReportedException
-
ReportedException
-