Class InvalidOperatorMessageReplyException

    • Constructor Detail

      • InvalidOperatorMessageReplyException

        protected InvalidOperatorMessageReplyException​(String newErrorCode,
                                                       String messageFormat,
                                                       Throwable cause,
                                                       Object[] exceptionDataEN,
                                                       Object[] exceptionData)
      • InvalidOperatorMessageReplyException

        public InvalidOperatorMessageReplyException​(Throwable cause,
                                                    String reply,
                                                    String message)
        The specified reply was invalid.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        reply - The reply.
        message - Reason for error.