public class CodeAlreadyExistsException extends DomainException
| Constructor and Description |
|---|
CodeAlreadyExistsException()
Reports an error on the code, hence the setField("code");
|
CodeAlreadyExistsException(String message)
Reports an error on the code, hence the setField("code");
|
CodeAlreadyExistsException(String oldCode,
String newCode,
Class<?> holder)
Reports an error on the code, hence the setField("code");
|
| Modifier and Type | Method and Description |
|---|---|
String |
getI18nKey() |
getDefaultMessage, getField, getFieldValue, getI18nParams, getObjectName, setFieldValue, setObjectNameaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CodeAlreadyExistsException(String oldCode, String newCode, Class<?> holder)
oldCode - : oldCode to display on the exception message.newCode - : new code to display on the exception message.holder - : class of the holderpublic CodeAlreadyExistsException()
public CodeAlreadyExistsException(String message)
message - : the exception message.public String getI18nKey()
getI18nKey in interface org.squashtest.tm.core.foundation.i18n.InternationalizablegetI18nKey in class DomainExceptionCopyright © 2010–2016 Henix, henix.fr. All rights reserved.