Class NoSuchRealmException

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

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

    • NoSuchRealmException

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