java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
java.net.ConnectException
edu.mit.media.hive.support.CellConnectException
- All Implemented Interfaces:
- java.io.Serializable
- public class CellConnectException
- extends java.net.ConnectException
This is used as a generic exception to be thrown at certain times
-- it will be encapsulating the real exception in this case
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
error
private java.lang.Exception error
CellConnectException
public CellConnectException()
CellConnectException
public CellConnectException(java.lang.String arg)
CellConnectException
public CellConnectException(java.lang.Exception error)
getException
public java.lang.Exception getException()