org.eclipse.higgins.icard
Class CardStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.icard.CardException
              extended byorg.eclipse.higgins.icard.CardStoreException
All Implemented Interfaces:
Serializable

public class CardStoreException
extends CardException

See Also:
Serialized Form

Constructor Summary
CardStoreException()
           
CardStoreException(String message)
           
CardStoreException(String message, Throwable cause)
           
CardStoreException(Throwable cause)
           
 
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
 

Constructor Detail

CardStoreException

public CardStoreException()

CardStoreException

public CardStoreException(String message)

CardStoreException

public CardStoreException(String message,
                          Throwable cause)

CardStoreException

public CardStoreException(Throwable cause)