public class UserAlreadyExistsException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_MESSAGE |
| Constructor and Description |
|---|
UserAlreadyExistsException() |
UserAlreadyExistsException(String message) |
UserAlreadyExistsException(String message,
Throwable cause) |
UserAlreadyExistsException(UserBO user) |
UserAlreadyExistsException(UserBO user,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String ERROR_MESSAGE
Copyright © 2019. All rights reserved.