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