All Implemented Interfaces:
Serializable

public class BatchException extends SystemException
Batch Exception encapsulating the BatchHeader information.
See Also:
  • Constructor Details

    • BatchException

      public BatchException(String message)
      Parameters:
      message -
    • BatchException

      public BatchException(String message, BatchHeader header)
      Parameters:
      message -
      header -
    • BatchException

      public BatchException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • BatchException

      public BatchException(String message, BatchHeader header, Throwable cause)
      Parameters:
      message -
      header -
      cause -
    • BatchException

      public BatchException(Throwable cause)
      Parameters:
      cause -
  • Method Details

    • getHeader

      public BatchHeader getHeader()
      Returns:
      the header