public class DuplicateKeyException extends ReplyException
| Constructor and Description |
|---|
DuplicateKeyException(int okValue,
int errorNumber,
String errorMessage,
Reply reply)
Create a new DuplicateKeyException.
|
getErrorNumber, getOkValue, getReply, getRequestaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateKeyException(int okValue,
int errorNumber,
String errorMessage,
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.reply - The reply with the error.Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.