public class MaximumTimeLimitExceededException extends ReplyException
| Constructor and Description |
|---|
MaximumTimeLimitExceededException(int okValue,
int errorNumber,
String errorMessage,
Message message,
Reply reply)
Create a new MaximumTimeLimitExceededException.
|
getErrorNumber, getOkValue, getReply, getRequestaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MaximumTimeLimitExceededException(int okValue,
int errorNumber,
String errorMessage,
Message message,
Reply reply)
okValue - The value of the "ok" field in the reply document.errorNumber - The value of the "errNo" field in the reply document.errorMessage - The value of the 'errmsg" field in the reply document.message - The message that triggered the reply.reply - The reply with the error.Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.