com.iplanet.trustbase.security.store
Class NoSuchEntryException

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

public class NoSuchEntryException
extends TokenKeyStoreException

NoSuchEntryException thrown when a request to fetch an entry fails because the entry is not in the store

See Also:
Serialized Form

Constructor Summary
NoSuchEntryException(java.lang.String entryAlias)
           
 
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

NoSuchEntryException

public NoSuchEntryException(java.lang.String entryAlias)