com.elixirtech.report2.runtime
Class QueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.elixirtech.report2.runtime.QueueException
All Implemented Interfaces:
java.io.Serializable

public class QueueException
extends java.lang.Exception

Trigger a queue exception caused by the number of connections exceeded the queue size specified.

See Also:
Serialized Form

Constructor Summary
QueueException()
           
QueueException(java.lang.String message)
           
QueueException(java.lang.String message, java.lang.Throwable cause)
           
QueueException(java.lang.Throwable 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueException

public QueueException()

QueueException

public QueueException(java.lang.String message)
Parameters:
message -

QueueException

public QueueException(java.lang.Throwable cause)
Parameters:
cause -

QueueException

public QueueException(java.lang.String message,
                      java.lang.Throwable cause)