Asterisk-Java

org.asteriskjava.fastagi
Class AgiNetworkException

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

public class AgiNetworkException
extends AgiException

The AgiNetworkException usally wraps an IOException denoting a network problem while talking to the Asterisk server.

Version:
$Id: AgiNetworkException.java 938 2007-12-31 03:23:38Z srt $
Author:
srt
See Also:
Serialized Form

Constructor Summary
AgiNetworkException(java.lang.String message, java.lang.Throwable cause)
          Creates a new AgiNetworkException with the given message and cause.
 
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

AgiNetworkException

public AgiNetworkException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new AgiNetworkException with the given message and cause.

Parameters:
message - a message describing the AgiException.
cause - the throwable that caused this exception.

Asterisk-Java

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