Class VetoException.VetoRuntimeException

All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap
Enclosing class:
VetoException

public static class VetoException.VetoRuntimeException extends AbstractRuntimeException implements Serializable
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:
  • Constructor Details

    • VetoRuntimeException

      public VetoRuntimeException(String aMessage, String aErrorCode)
    • VetoRuntimeException

      public VetoRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
    • VetoRuntimeException

      public VetoRuntimeException(String aMessage, Throwable aCause)
    • VetoRuntimeException

      public VetoRuntimeException(String aMessage)
    • VetoRuntimeException

      public VetoRuntimeException(Throwable aCause, String aErrorCode)
    • VetoRuntimeException

      public VetoRuntimeException(Throwable aCause)