javax.agent.service
Class TimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.agent.JasException
              extended byjavax.agent.service.TimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutException
extends JasException

Thrown when the time has passed over a specifed time-out.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.agent.JasException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TimeoutException()
          Creates a TimeoutException instance with no messsages.
TimeoutException(long millis)
          Creates a TimeoutException instance with specifying the time in milliseconds.
TimeoutException(java.lang.String msg)
          Creates a TimeoutException instance with the specified message.
 
Methods inherited from class javax.agent.JasException
getException, setException
 
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()
Creates a TimeoutException instance with no messsages.


TimeoutException

public TimeoutException(java.lang.String msg)
Creates a TimeoutException instance with the specified message.


TimeoutException

public TimeoutException(long millis)
Creates a TimeoutException instance with specifying the time in milliseconds.



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.