public class UserAlreadyExistsException extends Exception
| Constructor and Description |
|---|
UserAlreadyExistsException()
Instantiates a new user already exists exception.
|
UserAlreadyExistsException(String string)
Instantiates a new user already exists exception.
|
UserAlreadyExistsException(String message,
Throwable cause)
Instantiates a new user already exists exception.
|
UserAlreadyExistsException(Throwable cause)
Instantiates a new user already exists exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserAlreadyExistsException()
public UserAlreadyExistsException(String string)
string - the stringpublic UserAlreadyExistsException(String message, Throwable cause)
message - the messagecause - the causepublic UserAlreadyExistsException(Throwable cause)
cause - the causeCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.