com.iplanet.trustbase.security.store
Class TrustException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.trustbase.security.store.TokenKeyStoreException
                    |
                    +--com.iplanet.trustbase.security.store.TrustException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoKeyUsageException

public class TrustException
extends TokenKeyStoreException

TrustException thrown from TokenKeyTool.validate if a certificate is valid, but not trusted

See Also:
Serialized Form

Constructor Summary
TrustException(java.security.cert.X509Certificate[] cert, java.lang.String reason)
           
 
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

TrustException

public TrustException(java.security.cert.X509Certificate[] cert,
                      java.lang.String reason)