net.sf.dict4j.exception
Class DictResponseCodeException

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.DictResponseCodeException
All Implemented Interfaces:
java.io.Serializable

public class DictResponseCodeException
extends DictProtocolException

See Also:
Serialized Form

Constructor Summary
DictResponseCodeException(int code)
           
 
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

DictResponseCodeException

public DictResponseCodeException(int code)