public class InvalidSecurityAnswerException extends BusinessException
| Constructor and Description |
|---|
InvalidSecurityAnswerException() |
InvalidSecurityAnswerException(boolean keyInvalidated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isKeyInvalidated() |
void |
setKeyInvalidated(boolean keyInvalidated) |
boolean |
shouldRollback()
Returns whether the current database transaction should be rolled back when this exception occours
|
getMessage, isInternationalized, shouldGenerateLogpublic InvalidSecurityAnswerException()
public InvalidSecurityAnswerException(boolean keyInvalidated)
public boolean isKeyInvalidated()
public void setKeyInvalidated(boolean keyInvalidated)
public boolean shouldRollback()
CyclosExceptionshouldRollback in class CyclosException