net.sf.dict4j.exception
Class DictTransportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.dict4j.exception.DictProtocolException
                  extended by net.sf.dict4j.exception.DictTransportException
All Implemented Interfaces:
java.io.Serializable

public class DictTransportException
extends DictProtocolException

See Also:
Serialized Form

Constructor Summary
DictTransportException(java.lang.String message)
           
DictTransportException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

DictTransportException

public DictTransportException(java.lang.String message,
                              java.lang.Throwable cause)

DictTransportException

public DictTransportException(java.lang.String message)