com.sun.im.service
Class TimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.im.service.CollaborationException
              extended bycom.sun.im.service.TimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutException
extends CollaborationException

Exception raised when a request to the service times out.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.im.service.CollaborationException
UNDEFINED_CONDITION
 
Constructor Summary
TimeoutException(java.lang.String msg)
           
TimeoutException(java.lang.Throwable t)
           
TimeoutException(org.netbeans.lib.collab.TimeoutException t)
           
 
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(java.lang.String msg)
Parameters:
msg - reason for failure

TimeoutException

public TimeoutException(java.lang.Throwable t)

TimeoutException

public TimeoutException(org.netbeans.lib.collab.TimeoutException t)