All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.server.realm.NoSuchUserException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.server.realm.NoSuchUserException

public class NoSuchUserException
extends Exception
Exception thrown when an operation is requested on a user which does not exist.


Constructor Index

 o NoSuchUserException(String)
Constructs the exception, with descriptive information.

Constructors

 o NoSuchUserException
 public NoSuchUserException(String info)
Constructs the exception, with descriptive information.

Parameters:
info - describes the user which does not exist

All Packages  Class Hierarchy  This Package  Previous  Next  Index