Class VetoException.VetoRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.exception.VetoException.VetoRuntimeException
- All Implemented Interfaces:
Serializable,ErrorCodeAccessor,Trap
- Enclosing class:
VetoException
Thrown to signal that an operation is being vetoed by a third party
observing the invocation of the given operation. It's occurrence is
unpredictable for the caller of the operation.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B extends ErrorCodeAccessor.ErrorCodeBuilder<B>>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty -
Constructor Summary
ConstructorsConstructorDescriptionVetoRuntimeException(String aMessage) Instantiates the classVetoException.VetoRuntimeException.VetoRuntimeException(String aMessage, String aErrorCode) Instantiates the classVetoException.VetoRuntimeException.VetoRuntimeException(String aMessage, Throwable aCause) Instantiates the classVetoException.VetoRuntimeException.VetoRuntimeException(String aMessage, Throwable aCause, String aErrorCode) Instantiates the classVetoException.VetoRuntimeException.VetoRuntimeException(Throwable aCause) Instantiates the classVetoException.VetoRuntimeException.VetoRuntimeException(Throwable aCause, String aErrorCode) Instantiates the classVetoException.VetoRuntimeException. -
Method Summary
Methods inherited from class org.refcodes.exception.AbstractRuntimeException
getErrorCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.exception.Trap
getPatternArguments, toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Constructor Details
-
VetoRuntimeException
Instantiates the classVetoException.VetoRuntimeException.- See Also:
-
VetoRuntimeException
Instantiates the classVetoException.VetoRuntimeException.- See Also:
-
VetoRuntimeException
Instantiates the classVetoException.VetoRuntimeException.- See Also:
-
VetoRuntimeException
Instantiates the classVetoException.VetoRuntimeException.- See Also:
-
VetoRuntimeException
Instantiates the classVetoException.VetoRuntimeException.- See Also:
-
VetoRuntimeException
Instantiates the classVetoException.VetoRuntimeException.- See Also:
-