public class DuplicateKeyException extends ReplyException
Constructor and Description |
---|
DuplicateKeyException(int okValue,
int errorNumber,
String errorMessage,
Message message,
Reply reply)
Create a new DuplicateKeyException.
|
DuplicateKeyException(int okValue,
int errorNumber,
String errorMessage,
Reply reply)
Create a new DuplicateKeyException.
|
getErrorNumber, getOkValue, getReply, getRequest
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DuplicateKeyException(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 message.reply
- The reply with the error.public 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–2014 Allanbank Consulting, Inc.. All rights reserved.