net.sf.asterisk.fastagi
Class AGIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.asterisk.fastagi.AGIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AGIHangupException, AGINetworkException, InvalidCommandSyntaxException, InvalidOrUnknownCommandException

public abstract class AGIException
extends java.lang.Exception

Abstract base class for all AGI specific exceptions.

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

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

AGIException

public AGIException()

AGIException

public AGIException(java.lang.String message)
Creates a new AGIExeption with the given message.

Parameters:
message - a message decribing the AGIException.

AGIException

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

Parameters:
message - a message decribing the AGIException.
cause - the throwable that caused this exception to be thrown.


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