com.genesyslab.ail.monitor
Class MonitorTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.genesyslab.ail.exception.RequestFailedException
              extended by com.genesyslab.ail.monitor.MonitorTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class MonitorTimeoutException
extends RequestFailedException

Exception thrown when a request to the Monitor times out. One of the underlying servers did not answer in time.

See Also:
Serialized Form

Constructor Summary
MonitorTimeoutException(java.lang.String comment)
          Constructor for this exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorTimeoutException

public MonitorTimeoutException(java.lang.String comment)
Constructor for this exception.

Parameters:
comment - the comment of the request failure.