Asterisk-Java

org.asteriskjava.live
Class InvalidPenaltyException

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

public class InvalidPenaltyException
extends LiveException

Indicates that the penalty could not be assigned to the queue member.

Version:
$Id: InvalidPenaltyException.java 965 2008-02-03 06:47:03Z srt $
Author:
srt
See Also:
Serialized Form

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

InvalidPenaltyException

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