public class BatchProcessingException extends Exception
Exception to be used in IBatchProcessing| Modifier and Type | Field and Description |
|---|---|
protected IBatchProcessing |
batch |
| Constructor and Description |
|---|
BatchProcessingException() |
BatchProcessingException(String message) |
BatchProcessingException(String message,
IBatchProcessing batch) |
BatchProcessingException(String message,
Throwable cause) |
BatchProcessingException(String message,
Throwable cause,
IBatchProcessing batch) |
BatchProcessingException(Throwable cause) |
BatchProcessingException(Throwable cause,
IBatchProcessing batch) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected IBatchProcessing batch
public BatchProcessingException()
public BatchProcessingException(String message)
message - public BatchProcessingException(String message, IBatchProcessing batch)
public BatchProcessingException(Throwable cause, IBatchProcessing batch)
public BatchProcessingException(Throwable cause)
cause - public BatchProcessingException(String message, Throwable cause)
message - cause - public BatchProcessingException(String message, Throwable cause, IBatchProcessing batch)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.