org.globus.gatekeeper
Class BadRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.gatekeeper.GateKeeperException
              extended by org.globus.gatekeeper.BadRequestException
All Implemented Interfaces:
Serializable

public class BadRequestException
extends GateKeeperException

BadRequestException indicates that a client made a bad request to the server. A bad request consist of syntax error, or while executing the service, it returned a failured, not associated with security rights.

See Also:
Serialized Form

Constructor Summary
BadRequestException()
           
 
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

BadRequestException

public BadRequestException()