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
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 |
PasswordRequiredException
public PasswordRequiredException()
PasswordRequiredException
public PasswordRequiredException(java.lang.String message)
PasswordRequiredException
public PasswordRequiredException(java.lang.String message,
PasswordHandler ph)
setPasswordHandler
public void setPasswordHandler(PasswordHandler ph)
getPasswordHandler
public PasswordHandler getPasswordHandler()