Class RetCodeException

    • Constructor Detail

      • RetCodeException

        public RetCodeException​(Integer retCode,
                                String message,
                                String requestId)
        Parameters:
        retCode - RetCode of response
        message - Message to describe what happened
        requestId - Request ID is the unique identifier of invoking lifycycle
    • Method Detail

      • getRetCode

        public Integer getRetCode()
      • getRequestId

        public String getRequestId()