com.iplanet.trustbase.security.store
Class TokenKeyStoreInstantiationException

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

public class TokenKeyStoreInstantiationException
extends TokenKeyStoreException

TokenKeyStoreInstantiationException

See Also:
Serialized Form

Constructor Summary
TokenKeyStoreInstantiationException(java.lang.String message)
           
TokenKeyStoreInstantiationException(java.lang.Throwable t)
           
 
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

TokenKeyStoreInstantiationException

public TokenKeyStoreInstantiationException(java.lang.Throwable t)

TokenKeyStoreInstantiationException

public TokenKeyStoreInstantiationException(java.lang.String message)