public final class ExecutionBizErrorException extends ExecutionErrorException
Executable interface to indicate a business error condition was encountered during execution.Executable, Serialized Form| Constructor and Description |
|---|
ExecutionBizErrorException()
Constructs a new exception with
null detail message. |
ExecutionBizErrorException(String message)
Constructs a new exception with the specified detail message.
|
ExecutionBizErrorException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
ExecutionBizErrorException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExecutionBizErrorException()
null detail message. The cause is not initialized.public ExecutionBizErrorException(String message)
message - the detail message. This can be retrieved by the getMessage method.public ExecutionBizErrorException(String message, Throwable cause)
message - the detail message. This can be retrieved by the getMessage method.cause - the cause. This can be retrieved by the getCause method.public ExecutionBizErrorException(Throwable cause)
null.cause - the cause. This can be retrieved by the getCause method.