Class ExpectationFailedRuntimeException

    • Constructor Detail

      • ExpectationFailedRuntimeException

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

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

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

        public ExpectationFailedRuntimeException​(String message)
        Instantiates a new expectation failed runtime exception.
        Parameters:
        message - the message
      • ExpectationFailedRuntimeException

        public ExpectationFailedRuntimeException​(Throwable aCause,
                                                 String aErrorCode)
        Instantiates a new expectation failed runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • ExpectationFailedRuntimeException

        public ExpectationFailedRuntimeException​(Throwable cause)
        Instantiates a new expectation failed runtime exception.
        Parameters:
        cause - the cause