Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.mit.media.hive.support
Class CellConnectException  view CellConnectException download CellConnectException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.net.SocketException
                  extended byjava.net.ConnectException
                      extended byedu.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.lang.Exception error
           
 
Fields inherited from class java.net.ConnectException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CellConnectException()
           
CellConnectException(java.lang.Exception error)
           
CellConnectException(java.lang.String arg)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

error

private java.lang.Exception error
Constructor Detail

CellConnectException

public CellConnectException()

CellConnectException

public CellConnectException(java.lang.String arg)

CellConnectException

public CellConnectException(java.lang.Exception error)
Method Detail

getException

public java.lang.Exception getException()