org.eclipse.higgins.icard.io
Class CardIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.icard.CardException
              extended byorg.eclipse.higgins.icard.io.CardIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnsupportedElementFormatException

public class CardIOException
extends CardException

See Also:
Serialized Form

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

CardIOException

public CardIOException()

CardIOException

public CardIOException(String message)

CardIOException

public CardIOException(String message,
                       Throwable cause)

CardIOException

public CardIOException(Throwable cause)