com.genesyslab.ail.exception
Class RequestFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.genesyslab.ail.exception.RequestFailedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChatServerException, MonitorTimeoutException, PreconditionException, ServiceException

public class RequestFailedException
extends java.lang.Exception

Exception thrown when a request fails.

See Also:
Serialized Form

Constructor Summary
RequestFailedException(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

RequestFailedException

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

Parameters:
comment - the comment of the request failure.