org.jivesoftware.openfire.user
Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.user.UserNotFoundException
- All Implemented Interfaces:
- Serializable
public class UserNotFoundException
- extends Exception
Thrown when User cannot be found.
- Author:
- Iain Shigeoka
- See Also:
- Serialized Form
UserNotFoundException
public UserNotFoundException()
UserNotFoundException
public UserNotFoundException(String msg)
UserNotFoundException
public UserNotFoundException(Throwable nestedThrowable)
UserNotFoundException
public UserNotFoundException(String msg,
Throwable nestedThrowable)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace
in class Throwable
Copyright © 2003-2007 Jive Software.