Asterisk-Java

Uses of Class
org.asteriskjava.live.LiveException

Packages that use LiveException
org.asteriskjava.live Provides a higher level API on top of Asterisk's Manager API. 
 

Uses of LiveException in org.asteriskjava.live
 

Subclasses of LiveException in org.asteriskjava.live
 class InvalidPenaltyException
          Indicates that the penalty could not be assigned to the queue member.
 class ManagerCommunicationException
           
 class NoSuchChannelException
          Indicates that the channel is not available on the Asterisk server.
 class NoSuchInterfaceException
          Indicates that the interface is not available on the Asterisk server.
 

Methods in org.asteriskjava.live with parameters of type LiveException
 void OriginateCallback.onFailure(LiveException cause)
          Called if the originate failed for example due to an invalid channel name or an originate to an unregistered SIP or IAX peer.
 


Asterisk-Java

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