Asterisk-Java

org.asteriskjava.manager
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.asteriskjava.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 938 2007-12-31 03:23:38Z srt $
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.

Asterisk-Java

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