Package org.jivesoftware.openfire.user
Class UserAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.openfire.user.UserAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class UserAlreadyExistsException extends Exception
Thrown when attempting to create a user that already exists.- Author:
- Iain Shigeoka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAlreadyExistsException()
UserAlreadyExistsException(String msg)
UserAlreadyExistsException(String msg, Throwable nestedThrowable)
UserAlreadyExistsException(Throwable nestedThrowable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
printStackTrace()
void
printStackTrace(PrintStream ps)
void
printStackTrace(PrintWriter pw)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Method Detail
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace
in classThrowable
-
-