- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.smartcardio.CardException
-
- All Implemented Interfaces:
-
Serializable
- 已知直接子类:
-
CardNotPresentException
public class CardException extends 异常
在与智能卡堆栈或卡本身通信期间发生的错误异常。- 从以下版本开始:
- 1.6
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 CardException(String message)
构造一个带有指定详细信息的新CardException。CardException(String message, Throwable cause)
构造一个具有指定的详细信息和原因的新CardException。CardException(Throwable cause)
构造一个具有指定原因的新CardException和一个详细信息(cause==null ?
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-