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:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException()
    • UserNotFoundException

      public UserNotFoundException(String msg)
    • UserNotFoundException

      public UserNotFoundException(Throwable nestedThrowable)
    • UserNotFoundException

      public UserNotFoundException(String msg, Throwable nestedThrowable)
  • Method Details