Class VetoException

    • Constructor Detail

      • VetoException

        public VetoException​(String aMessage,
                             String aErrorCode)
        Instantiates a new veto exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • VetoException

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

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

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

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

        public VetoException​(Throwable cause)
        Instantiates a new veto exception.
        Parameters:
        cause - the cause