Class VetoException.VetoRuntimeException

    • Constructor Detail

      • VetoRuntimeException

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

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

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

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

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

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