Class BatchReportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- fr.gouv.vitam.batch.report.exception.BatchReportException
-
- All Implemented Interfaces:
java.io.Serializable
public class BatchReportException extends java.lang.RuntimeException
BatchReportException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchReportException(java.lang.String message)
BatchReportException(java.lang.String message, java.lang.Throwable cause)
BatchReportException(java.lang.Throwable cause)
-