com.franz.jlinker
Class JLinkerPortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.franz.jlinker.JLinkerException
              extended by com.franz.jlinker.JLinkerPortException
All Implemented Interfaces:
java.io.Serializable

public class JLinkerPortException
extends JLinkerException

Timeout when waiting for a free port to Lisp. This exception is thrown when an attempt to call from Java to Lisp fails because all ports to Lisp are busy longer than the allowed timeout. This exception leaves the connection in a clean stable state; this call can be attempted again.

Any IOException during a call leaves the data stream in an unpredictable state. The connection must be terminated.

See Also:
Serialized Form

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