Package org.intermine.client.exceptions
Class NotConnectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.intermine.client.exceptions.ServiceException
-
- org.intermine.client.exceptions.NotConnectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotConnectedException extends ServiceException
The NotConnectedException is thrown when some method requiring opened connection was called on closed HttpConnection.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.intermine.client.exceptions.ServiceException
ERROR_CODE
-
-
Constructor Summary
Constructors Constructor Description NotConnectedException()
Default constructor.NotConnectedException(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.intermine.client.exceptions.ServiceException
getHttpErrorCode, getMessage
-
-