jca
Class TimeOutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jca.CaException
                    |
                    +--jca.TimeOutException
All Implemented Interfaces:
java.io.Serializable

public class TimeOutException
extends CaException

Signals that a pendIO timed out.

See Also:
Ca.pendIO(double), Serialized Form

Constructor Summary
TimeOutException()
          Deprecated.  
TimeOutException(java.lang.String s)
          Deprecated.  
 
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

TimeOutException

public TimeOutException()
Deprecated. 

TimeOutException

public TimeOutException(java.lang.String s)
Deprecated.