Class BatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.servicelayer.exceptions.SystemException
-
- de.hybris.platform.acceleratorservices.dataimport.batch.BatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class BatchException extends SystemException
Batch Exception encapsulating the BatchHeader information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchException(java.lang.String message)BatchException(java.lang.String message, BatchHeader header)BatchException(java.lang.String message, BatchHeader header, java.lang.Throwable cause)BatchException(java.lang.String message, java.lang.Throwable cause)BatchException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchHeadergetHeader()
-
-
-
Constructor Detail
-
BatchException
public BatchException(java.lang.String message)
- Parameters:
message-
-
BatchException
public BatchException(java.lang.String message, BatchHeader header)- Parameters:
message-header-
-
BatchException
public BatchException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message-cause-
-
BatchException
public BatchException(java.lang.String message, BatchHeader header, java.lang.Throwable cause)- Parameters:
message-header-cause-
-
BatchException
public BatchException(java.lang.Throwable cause)
- Parameters:
cause-
-
-
Method Detail
-
getHeader
public BatchHeader getHeader()
- Returns:
- the header
-
-