net.sf.asterisk.manager
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.asterisk.manager.TimeoutException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EventTimeoutException

public class TimeoutException
extends java.lang.Exception

A TimeoutException is thrown if a ManagerResponse is not received within the expected time period.

Version:
$Id: TimeoutException.java,v 1.3 2005/07/16 22:04:55 srt Exp $
Author:
srt
See Also:
Serialized Form

Constructor Summary
TimeoutException(java.lang.String message)
          Creates a new TimeoutException with the given message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeoutException

public TimeoutException(java.lang.String message)
Creates a new TimeoutException with the given message.

Parameters:
message - message with details about the timeout.


Copyright © 2004-2005 Stefan Reuter. All Rights Reserved.