BadRequestException (Java Globus API)
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: java.io.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
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
BadRequestException
public BadRequestException ()