Asterisk-Java

org.asteriskjava.live
Class NoSuchInterfaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.asteriskjava.live.LiveException
                  extended by org.asteriskjava.live.NoSuchInterfaceException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchInterfaceException
extends LiveException

Indicates that the interface is not available on the Asterisk server.

Since:
1.0.0
Version:
$Id: NoSuchInterfaceException.java 1159 2008-08-27 17:52:12Z srt $
Author:
srt
See Also:
Serialized Form

Constructor Summary
NoSuchInterfaceException(java.lang.String message)
          Creates a new instance with the given message.
 
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

NoSuchInterfaceException

public NoSuchInterfaceException(java.lang.String message)
Creates a new instance with the given message.

Parameters:
message - the message

Asterisk-Java

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