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

    • BatchException

      public BatchException(String message)
      Constructs a new BatchException with given message.
      Parameters:
      message - Message
    • BatchException

      public BatchException(String message, Throwable cause)
      Constructs a new BatchException with given message and cause.
      Parameters:
      message - Message
      cause - Cause of this BatchException