|
|||||||||
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.InvalidSlotChannelException
signals that the SlotChannel
was not valid (e.g., it was not opened by a CardTerminal
).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.
CardTerminal
if they do not generate events when a
card is inserted in or removed from the card terminal.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
).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 |