org.eclipse.higgins.cardstore.exceptions
Class StoreDecryptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.cardstore.exceptions.StoreDecryptionException
All Implemented Interfaces:
Serializable

public class StoreDecryptionException
extends Exception

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Constructor Summary
StoreDecryptionException()
           
StoreDecryptionException(String arg0)
           
StoreDecryptionException(String arg0, Throwable arg1)
           
StoreDecryptionException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

StoreDecryptionException

public StoreDecryptionException()

StoreDecryptionException

public StoreDecryptionException(String arg0,
                                Throwable arg1)

StoreDecryptionException

public StoreDecryptionException(String arg0)

StoreDecryptionException

public StoreDecryptionException(Throwable arg0)