|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
opencard.opt.database.SCQLException
public class SCQLException
This class which extends the Java objectException
object class, is the most general exception of the database package.
It provides information on a database smart card access error.
Constructor Summary | |
---|---|
SCQLException()
Build a new SCQLException object. |
|
SCQLException(java.lang.String message)
Build a new SCQLException with the corresponding 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 SCQLException()
SCQLException
object.
public SCQLException(java.lang.String message)
SCQLException
with the corresponding message.
message
- The message used to build the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |