Class BatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.audit.events.handlers.buffering.BatchException
-
- All Implemented Interfaces:
Serializable
public final class BatchException extends Exception
Indicates failure during a batch operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchException(String message)
Constructs a newBatchException
with given message.BatchException(String message, Throwable cause)
Constructs a newBatchException
with 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 Detail
-
BatchException
public BatchException(String message)
Constructs a newBatchException
with given message.- Parameters:
message
- Message
-
-