org.eclipse.higgins.icard
Class CardStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.icard.CardException
              extended by org.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)
           
 
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
 

Constructor Detail

CardStoreException

public CardStoreException()

CardStoreException

public CardStoreException(String message)

CardStoreException

public CardStoreException(String message,
                          Throwable cause)

CardStoreException

public CardStoreException(Throwable cause)