Class NoSuchUserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.security.auth.realm.exceptions.NoSuchUserException
All Implemented Interfaces:
Serializable

public class NoSuchUserException extends Exception
Exception thrown when an operation is requested on a user which does not exist.
Author:
Harish Prabandham
See Also:
  • Constructor Details

    • NoSuchUserException

      public NoSuchUserException(String info)
      Constructs the exception, with descriptive information.
      Parameters:
      info - describes the user which does not exist