com.iplanet.trustbase.security.store
Class IncorrectPasswordException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.trustbase.security.store.TokenKeyStoreException
                    |
                    +--com.iplanet.trustbase.security.store.IncorrectPasswordException
All Implemented Interfaces:
java.io.Serializable

public class IncorrectPasswordException
extends TokenKeyStoreException

IncorrectPasswordException

See Also:
Serialized Form

Constructor Summary
IncorrectPasswordException()
           
 
Methods inherited from class com.iplanet.trustbase.security.store.TokenKeyStoreException
printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncorrectPasswordException

public IncorrectPasswordException()