ServiceException



Uses of Class
javacard.framework.service.ServiceException

Packages that use ServiceException
javacard.framework.service   
 

Uses of ServiceException in javacard.framework.service
 

Methods in javacard.framework.service that throw ServiceException
 void Dispatcher.addService(Service service, byte phase)
           
 Exception Dispatcher.dispatch(APDU command, byte phase)
           
 boolean BasicService.fail(APDU apdu, short sw)
           
 short BasicService.getOutputLength(APDU apdu)
           
 byte BasicService.getP1(APDU apdu)
           
 byte BasicService.getP2(APDU apdu)
           
 short BasicService.getStatusWord(APDU apdu)
           
 boolean SecurityService.isAuthenticated(short principal)
           
 boolean SecurityService.isChannelSecure(byte properties)
           
 boolean SecurityService.isCommandSecure(byte properties)
           
 short BasicService.receiveInData(APDU apdu)
           
 void Dispatcher.removeService(Service service, byte phase)
           
 void BasicService.setOutputLength(APDU apdu, short length)
           
 void BasicService.setProcessed(APDU apdu)
           
 boolean BasicService.succeed(APDU apdu)
           
 boolean BasicService.succeedWithStatusWord(APDU apdu, short sw)
           
static void ServiceException.throwIt(short reason)
           
 

Constructors in javacard.framework.service that throw ServiceException
Dispatcher(short maxServices)