Asterisk-Java

org.asteriskjava.live
Class NoSuchChannelException

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

public class NoSuchChannelException
extends LiveException

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

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

Constructor Summary
NoSuchChannelException(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

NoSuchChannelException

public NoSuchChannelException(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.