disman
Class TimeoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--disman.DismanException
                    |
                    +--disman.TimeoutException

public class TimeoutException
extends DismanException

This class represents the exception that may be thrown by several methods of classes of the disman package. This exception indicates, that polling of a managed object while waiting for it to contain a certain value, timed out.

See Also:
Serialized Form

Constructor Summary
TimeoutException()
          Constructs an TimeoutException with no specified detail message.
TimeoutException(java.lang.String msg)
          Constructs an TimeoutException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeoutException

public TimeoutException()
Constructs an TimeoutException with no specified detail message.

TimeoutException

public TimeoutException(java.lang.String msg)
Constructs an TimeoutException with the specified detail message.