org.eclipse.higgins.cardstore.exceptions
Class StoreEncryptionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.cardstore.exceptions.StoreEncryptionException
All Implemented Interfaces:
Serializable

public class StoreEncryptionException
extends Exception

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Constructor Summary
StoreEncryptionException()
           
StoreEncryptionException(String arg0)
           
StoreEncryptionException(String arg0, Throwable arg1)
           
StoreEncryptionException(Throwable arg0)
           
 
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

StoreEncryptionException

public StoreEncryptionException()

StoreEncryptionException

public StoreEncryptionException(String arg0,
                                Throwable arg1)

StoreEncryptionException

public StoreEncryptionException(String arg0)

StoreEncryptionException

public StoreEncryptionException(Throwable arg0)