@ResponseStatus(value=CONFLICT,
code=CONFLICT,
reason="bankaccess.already.exists")
public class BankAccessAlreadyExistException
extends ParametrizedMessageException
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_DOC |
static String |
MESSAGE_KEY |
static String |
RENDERED_MESSAGE_KEY |
| Constructor and Description |
|---|
BankAccessAlreadyExistException(String accessId) |
addParamaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String MESSAGE_KEY
public static final String RENDERED_MESSAGE_KEY
public static final String MESSAGE_DOC
public BankAccessAlreadyExistException(String accessId)
Copyright © 2018. All rights reserved.