public class BatchException
extends cloud.altemista.fwk.common.exception.FrameworkException
| Constructor and Description |
|---|
BatchException(String code)
Creates a new BatchException.
|
BatchException(String code,
Object[] arguments)
Creates a new BatchException.
|
BatchException(String code,
Object[] arguments,
Throwable cause)
Creates a new BatchException.
|
BatchException(String code,
Throwable cause)
Creates a new BatchException.
|
getArguments, getCode, getCodes, getDefaultMessage, getMessage, prepareCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BatchException(String code)
code - the code to be used to resolve the message of this exceptionpublic BatchException(String code, Object[] arguments)
code - the code to be used to resolve the message of this exceptionarguments - the array of arguments to be used to resolve the message of this exceptionpublic BatchException(String code, Throwable cause)
code - the code to be used to resolve the message of this exceptioncause - the causepublic BatchException(String code, Object[] arguments, Throwable cause)
code - the code to be used to resolve the message of this exceptionarguments - the array of arguments to be used to resolve the message of this exceptioncause - the causeCopyright © 2017–2020 NTT DATA Corporation. All rights reserved.