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:
  • Constructor Details

    • ReportProcessingException

      public ReportProcessingException()
    • ReportProcessingException

      public ReportProcessingException(String message)
    • ReportProcessingException

      public ReportProcessingException(String message, Throwable cause)
    • ReportProcessingException

      public ReportProcessingException(Throwable cause)
    • ReportProcessingException

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