Asterisk-Java

org.asteriskjava.live
Class LiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.asteriskjava.live.LiveException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidPenaltyException, ManagerCommunicationException, NoSuchChannelException, NoSuchInterfaceException

public abstract class LiveException
extends java.lang.RuntimeException

Base class for exceptions thrown by the live package.

Version:
$Id: LiveException.java 1242 2009-03-09 15:49:12Z srt $
Author:
srt
See Also:
Serialized Form

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

LiveException

protected LiveException(java.lang.String message)
Creates a new instance with the given message.

Parameters:
message - the message

LiveException

protected LiveException(java.lang.String message,
                        java.lang.Throwable cause)
Creates a new instance with the given message and cause.

Parameters:
message - the message
cause - the cause

Asterisk-Java

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