Package org.intermine.client.exceptions
Class NotImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.intermine.client.exceptions.ServiceException
-
- org.intermine.client.exceptions.NotImplementedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotImplementedException extends ServiceException
The NotImplementedException is thrown by a service when an attempt is made to send a request that is not supported by the target service.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.intermine.client.exceptions.ServiceException
ERROR_CODE
-
-
Constructor Summary
Constructors Constructor Description NotImplementedException(java.lang.String message)
NotImplementedException(java.lang.String message, java.lang.Throwable cause)
NotImplementedException(java.lang.Throwable cause)
NotImplementedException(HttpConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHttpErrorCode()
-
Methods inherited from class org.intermine.client.exceptions.ServiceException
getMessage
-
-
-
-
Constructor Detail
-
NotImplementedException
public NotImplementedException(java.lang.String message)
- Parameters:
message
- message
-
NotImplementedException
public NotImplementedException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- messagecause
- cause
-
NotImplementedException
public NotImplementedException(java.lang.Throwable cause)
- Parameters:
cause
- cause
-
NotImplementedException
public NotImplementedException(HttpConnection connection)
- Parameters:
connection
- connection- See Also:
for detailed description
-
-
Method Detail
-
getHttpErrorCode
public int getHttpErrorCode()
- Overrides:
getHttpErrorCode
in classServiceException
- Returns:
- http error code
-
-