org.intermine.webservice.client.exceptions
Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.intermine.webservice.client.exceptions.ServiceException
org.intermine.webservice.client.exceptions.BadRequestException
- All Implemented Interfaces:
- java.io.Serializable
public class BadRequestException
- extends ServiceException
The BadRequestException is thrown by service when there is a problem with the request.
Connected service exists but the service has problems with the parameters of request and
client should change
the request.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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(java.lang.String message)
- Parameters:
message - message
BadRequestException
public BadRequestException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - messagecause - cause
BadRequestException
public BadRequestException(java.lang.Throwable cause)
- Parameters:
cause - cause
BadRequestException
public BadRequestException(HttpConnection connection)
- Parameters:
connection - connection- See Also:
for detailed description