|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
CommandNotAllowedException
is thrown when the user
is not allowed to perform an operation.Constants
inner interface allows to use
standardized constants.EndOfTableReachedException
is thrown when the end
of a table is reached when performing a fetchNext
command for example.x
.
y
.
IncorrectParameterInDataFieldException
is thrown
when the data field of the command sent to the smartcard contains
bad parameter(s).InstructionCodeNotSupportedException
is thrown when attempting to perform an unsupported instruction
by the smartcard.MemoryFailureError
is thrown when a
memory failure occurs while performing an operation
into the smartcard.NotEnoughMemorySpaceException
is thrown when
there is not enough memory space to perform an operation
into the smartcardObjectAlreadyExistsException
is thrown when
trying to create an object that has already be defined before.declareCursor
method.
OperationNotSupportedException
is thrown when
the attempted operation is not supported by the smartcard.String
describing the privileges
and builds a corresponding byte value.ReferencedObjectNotFoundException
is thrown
when attempting to perform an operation on an object that
does not exists.RequiredPrecedentCommandNotPerformedException
is
thrown when trying to perform an operation on the smartcard
without having performed a necessary operation before.SCQLError
exception is thrown when an error
of execution occurs while a database smartcard is used. objectException
object class, is the most general exception of the database package.
SCQLException
object.
SCQLException
with the corresponding message.
SecurityAttribute
is a wrapper for a byte array
that holds a security attribute (DO, or Data Object) to be passed
as parameter to some functions of a DatabaseCardService
(such as createTable
, createView
, or
presentUser
). SELECT
card command (equal to the ISO 7816-4 SELECT FILE
command).
TerminalLockedException
signals that an operation was requested
from a locked terminal by another thread than the lock owner.WrongLengthException
is thrown when the
size of the data that was sent to the smartcard is invalid.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |