jas.jds.security
Class PasswordRequiredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.SecurityException
                          |
                          +--jas.jds.security.PasswordRequiredException
All Implemented Interfaces:
java.io.Serializable

public class PasswordRequiredException
extends java.lang.SecurityException

This exception is thrown by the AccessManager when openConnection is called on the secure server, or when openSecureConnection fails

See Also:
Serialized Form

Constructor Summary
PasswordRequiredException()
           
PasswordRequiredException(java.lang.String message)
           
PasswordRequiredException(java.lang.String message, PasswordHandler ph)
           
 
Method Summary
 PasswordHandler getPasswordHandler()
           
 void setPasswordHandler(PasswordHandler ph)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordRequiredException

public PasswordRequiredException()

PasswordRequiredException

public PasswordRequiredException(java.lang.String message)

PasswordRequiredException

public PasswordRequiredException(java.lang.String message,
                                 PasswordHandler ph)
Method Detail

setPasswordHandler

public void setPasswordHandler(PasswordHandler ph)

getPasswordHandler

public PasswordHandler getPasswordHandler()