Class ReportProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.somda.sdc.glue.consumer.report.ReportProcessingException
- All Implemented Interfaces:
Serializable
An exception that is thrown if something during report processing fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReportProcessingException(String message) ReportProcessingException(String message, Throwable cause) ReportProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReportProcessingException
public ReportProcessingException() -
ReportProcessingException
-
ReportProcessingException
-
ReportProcessingException
-
ReportProcessingException
-