Uses of Class
org.globus.gatekeeper.GateKeeperException

Packages that use GateKeeperException
org.globus.gatekeeper   
org.globus.gatekeeper.internal   
 

Uses of GateKeeperException in org.globus.gatekeeper
 

Subclasses of GateKeeperException in org.globus.gatekeeper
 class AuthorizationException
          AuthorizationException is returned when the client is not authorized to access the service.
 class BadRequestException
          BadRequestException indicates that a client made a bad request to the server.
 class ServiceNotFoundException
          ServiceNotFoundException indicates that the service the client requested is not supported by the server.
 

Methods in org.globus.gatekeeper that throw GateKeeperException
 Service GateKeeperServer.getService(String serviceName)
           
protected  void GateKeeperClient.handlePing(GSSCredential creds, GateKeeperRequest cr)
           
protected  void GateKeeperClient.handleRequest(GSSCredential creds, GateKeeperRequest cr)
           
 

Uses of GateKeeperException in org.globus.gatekeeper.internal
 

Methods in org.globus.gatekeeper.internal that throw GateKeeperException
 GateKeeperRequest GateKeeperProtocol.parseRequest(InputStream in)