Class InvalidMethodReplyRuntimeException

    • Constructor Detail

      • InvalidMethodReplyRuntimeException

        public InvalidMethodReplyRuntimeException​(String aMessage,
                                                  String aErrorCode)
        Instantiates a new invalid method reply runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • InvalidMethodReplyRuntimeException

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

        public InvalidMethodReplyRuntimeException​(String message,
                                                  Throwable cause)
        Instantiates a new invalid method reply runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • InvalidMethodReplyRuntimeException

        public InvalidMethodReplyRuntimeException​(String message)
        Instantiates a new invalid method reply runtime exception.
        Parameters:
        message - the message
      • InvalidMethodReplyRuntimeException

        public InvalidMethodReplyRuntimeException​(Throwable aCause,
                                                  String aErrorCode)
        Instantiates a new invalid method reply runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • InvalidMethodReplyRuntimeException

        public InvalidMethodReplyRuntimeException​(Throwable cause)
        Instantiates a new invalid method reply runtime exception.
        Parameters:
        cause - the cause