net.sf.asterisk.fastagi
Class AGIHangupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.asterisk.fastagi.AGIException
              extended by net.sf.asterisk.fastagi.AGIHangupException
All Implemented Interfaces:
java.io.Serializable

public class AGIHangupException
extends AGIException

The AGIHangupException is thrown if the channel has been hang up while processing the AGIRequest.

Version:
$Id: AGIHangupException.java,v 1.2 2005/07/30 19:57:16 srt Exp $
Author:
srt
See Also:
Serialized Form

Constructor Summary
AGIHangupException()
           
 
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

AGIHangupException

public AGIHangupException()


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