ewe.sys
Class TimedOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.sys.TimedOutException

public class TimedOutException
extends Exception


Constructor Summary
TimedOutException()
           
TimedOutException(String msg)
           
TimedOutException(String message, Throwable cause)
           
TimedOutException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

TimedOutException

public TimedOutException()

TimedOutException

public TimedOutException(String msg)

TimedOutException

public TimedOutException(Throwable cause)

TimedOutException

public TimedOutException(String message,
                         Throwable cause)