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:
Serializable
Batch Exception encapsulating the BatchHeader information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchException(String message) BatchException(String message, BatchHeader header) BatchException(String message, BatchHeader header, Throwable cause) BatchException(String message, Throwable cause) BatchException(Throwable 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
- Parameters:
message-
-
BatchException
- Parameters:
message-header-
-
BatchException
- Parameters:
message-cause-
-
BatchException
- Parameters:
message-header-cause-
-
BatchException
- Parameters:
cause-
-
-
Method Details
-
getHeader
- Returns:
- the header
-