public class UserAlreadyExistsException extends Exception
| Constructor and Description |
|---|
UserAlreadyExistsException() |
UserAlreadyExistsException(String msg) |
UserAlreadyExistsException(String msg,
Throwable nestedThrowable) |
UserAlreadyExistsException(Throwable nestedThrowable) |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic UserAlreadyExistsException()
public UserAlreadyExistsException(String msg)
public UserAlreadyExistsException(Throwable nestedThrowable)
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 2003–2019 Ignite Realtime. All rights reserved.