Bouncy Castle Cryptography Library 1.37

org.bouncycastle.util
Class StoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.bouncycastle.util.StoreException
All Implemented Interfaces:
java.io.Serializable

public class StoreException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
StoreException(java.lang.String s, java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreException

public StoreException(java.lang.String s,
                      java.lang.Throwable e)
Method Detail

getCause

public java.lang.Throwable getCause()

Bouncy Castle Cryptography Library 1.37