Package org.jivesoftware.openfire.user
Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.user.UserNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when User cannot be found.
- Author:
- Iain Shigeoka
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotFoundException
(String msg, Throwable nestedThrowable) UserNotFoundException
(Throwable nestedThrowable) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
UserNotFoundException
public UserNotFoundException() -
UserNotFoundException
-
UserNotFoundException
-
UserNotFoundException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-