Class BatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.audit.events.handlers.buffering.BatchException
- All Implemented Interfaces:
 Serializable
Indicates failure during a batch operation.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBatchException(String message) Constructs a newBatchExceptionwith given message.BatchException(String message, Throwable cause) Constructs a newBatchExceptionwith given message and cause. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
BatchException
Constructs a newBatchExceptionwith given message.- Parameters:
 message- Message
 - 
BatchException
Constructs a newBatchExceptionwith given message and cause.- Parameters:
 message- Messagecause- Cause of thisBatchException
 
 -