Asterisk-Java

org.asteriskjava.fastagi
Class AgiHangupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.asteriskjava.fastagi.AgiException
              extended by org.asteriskjava.fastagi.AgiHangupException
All Implemented Interfaces:
java.io.Serializable

public class AgiHangupException
extends AgiException

The AgiHangupException is thrown if the channel is hung up while processing the AgiRequest.

Version:
$Id: AgiHangupException.java 384 2006-05-25 12:58:15Z srt $
Author:
srt
See Also:
Serialized Form

Constructor Summary
AgiHangupException()
          Creates a new 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()
Creates a new AgiHangupException.


Asterisk-Java

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