Class VerifyRuntimeException

    • Constructor Detail

      • VerifyRuntimeException

        public VerifyRuntimeException​(String aMessage)
        Instantiates a new verify runtime exception.
        Parameters:
        aMessage - the message
      • VerifyRuntimeException

        public VerifyRuntimeException​(String message,
                                      Throwable cause)
        Instantiates a new verify runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • VerifyRuntimeException

        public VerifyRuntimeException​(Throwable cause)
        Instantiates a new verify runtime exception.
        Parameters:
        cause - the cause
      • VerifyRuntimeException

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

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

        public VerifyRuntimeException​(Throwable aCause,
                                      String aErrorCode)
        Instantiates a new verify runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code