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)
      Instantiates a new veto runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • VetoRuntimeException

      public VetoRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new veto runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • VetoRuntimeException

      public VetoRuntimeException(String message, Throwable cause)
      Instantiates a new veto runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • VetoRuntimeException

      public VetoRuntimeException(String message)
      Instantiates a new veto runtime exception.
      Parameters:
      message - the message
    • VetoRuntimeException

      public VetoRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new veto runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • VetoRuntimeException

      public VetoRuntimeException(Throwable cause)
      Instantiates a new veto runtime exception.
      Parameters:
      cause - the cause