net.sf.asterisk.fastagi
Class InvalidOrUnknownCommandException

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

public class InvalidOrUnknownCommandException
extends AGIException

An InvalidOrUnknownCommandException is thrown when the reader receives a reply with status code 510.

Version:
$Id: InvalidOrUnknownCommandException.java,v 1.2 2005/03/11 19:43:48 srt Exp $
Author:
srt
See Also:
Serialized Form

Constructor Summary
InvalidOrUnknownCommandException(java.lang.String command)
          Creates a new InvalidOrUnknownCommandException.
 
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

InvalidOrUnknownCommandException

public InvalidOrUnknownCommandException(java.lang.String command)
Creates a new InvalidOrUnknownCommandException.

Parameters:
command - the invalid or unknown command.


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