Package org.intermine.client.exceptions
Class ServiceForbiddenException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.intermine.client.exceptions.ServiceException
- 
- org.intermine.client.exceptions.ServiceForbiddenException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ServiceForbiddenException extends ServiceException The ServiceForbiddenException is thrown by a service when an attempt is made to service that is disabled.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.intermine.client.exceptions.ServiceExceptionERROR_CODE
 
- 
 - 
Constructor SummaryConstructors Constructor Description ServiceForbiddenException(java.lang.String message)ServiceForbiddenException(java.lang.String message, java.lang.Throwable cause)ServiceForbiddenException(java.lang.Throwable cause)ServiceForbiddenException(HttpConnection connection)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHttpErrorCode()- 
Methods inherited from class org.intermine.client.exceptions.ServiceExceptiongetMessage
 
- 
 
- 
- 
- 
Constructor Detail- 
ServiceForbiddenExceptionpublic ServiceForbiddenException(java.lang.String message) - Parameters:
- message- message
 
 - 
ServiceForbiddenExceptionpublic ServiceForbiddenException(java.lang.String message, java.lang.Throwable cause)- Parameters:
- message- message
- cause- cause
 
 - 
ServiceForbiddenExceptionpublic ServiceForbiddenException(java.lang.Throwable cause) - Parameters:
- cause- cause
 
 - 
ServiceForbiddenExceptionpublic ServiceForbiddenException(HttpConnection connection) - Parameters:
- connection- connection
- See Also:
- for detailed description
 
 
- 
 - 
Method Detail- 
getHttpErrorCodepublic int getHttpErrorCode() - Overrides:
- getHttpErrorCodein class- ServiceException
- Returns:
- http error code
 
 
- 
 
-