org.simalliance.openmobileapi.service
Class CardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.simalliance.openmobileapi.service.CardException
All Implemented Interfaces:
java.io.Serializable

public class CardException
extends java.lang.Exception

Generic exception of the smartcard system.

See Also:
Serialized Form

Constructor Summary
CardException(java.lang.String message)
           
CardException(java.lang.String message, java.lang.Throwable cause)
           
CardException(java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardException

public CardException(java.lang.String message)

CardException

public CardException(java.lang.String message,
                     java.lang.Throwable cause)

CardException

public CardException(java.lang.Throwable cause)