Java Globus API: Class BadRequestException

org.globus.gatekeeper
Class BadRequestException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.globus.gatekeeper.GateKeeperException
                    |
                    +--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()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadRequestException

public BadRequestException()