net.sf.asterisk.fastagi
Class AGINetworkException

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.AGINetworkException
All Implemented Interfaces:
java.io.Serializable

public class AGINetworkException
extends AGIException

The AGINetworkException usally wraps an IOException denoting a network problem when talking to the Asterisk server.

Version:
$Id: AGINetworkException.java,v 1.1 2005/03/11 09:37:39 srt Exp $
Author:
srt
See Also:
Serialized Form

Constructor Summary
AGINetworkException(java.lang.String message, java.lang.Throwable 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)


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