|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
it.dtt.ca.exception.CAException
it.dtt.ca.exception.CardNotFoundException
public class CardNotFoundException
This exception notifies the application that the requested operation failed because there is no smart card in the given slot
Constructor Summary | |
---|---|
CardNotFoundException()
Constructs the exception. |
|
CardNotFoundException(java.lang.String message)
Construct the exception with a message. |
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 |
---|
public CardNotFoundException()
public CardNotFoundException(java.lang.String message)
message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |