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