|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.asteriskjava.fastagi.AgiException
org.asteriskjava.fastagi.AgiHangupException
public class AgiHangupException
The AgiHangupException is thrown if the channel is hung up while
processing the AgiRequest
.
Up to Asterisk 1.4 hanging up the channel also closes the TCP connection,
since Asterisk 1.6 the connection is kept alive but commands that
require an active channel return status code
AgiReply.SC_DEAD_CHANNEL
. Both events
are translated to an AgiHangupException.
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 |
---|
public AgiHangupException()
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |