public class VetoException extends AbstractException implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
VetoException.VetoRuntimeException
Thrown to signal that an operation is being vetoed by a third party
observing the invocation of the given operation.
|
ErrorCodeAccessor.ErrorCodeBuilder<B extends ErrorCodeAccessor.ErrorCodeBuilder<B>>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty| Constructor and Description |
|---|
VetoException(String message)
Instantiates a new veto exception.
|
VetoException(String aMessage,
String aErrorCode)
Instantiates a new veto exception.
|
VetoException(String message,
Throwable cause)
Instantiates a new veto exception.
|
VetoException(String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new veto exception.
|
VetoException(Throwable cause)
Instantiates a new veto exception.
|
VetoException(Throwable aCause,
String aErrorCode)
Instantiates a new veto exception.
|
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VetoException(String aMessage, String aErrorCode)
aMessage - the a messageaErrorCode - the a error codepublic VetoException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the a messageaCause - the a causeaErrorCode - the a error codepublic VetoException(String message, Throwable cause)
message - the messagecause - the causepublic VetoException(String message)
message - the messagepublic VetoException(Throwable aCause, String aErrorCode)
aCause - the a causeaErrorCode - the a error codepublic VetoException(Throwable cause)
cause - the causeCopyright © 2017. All rights reserved.