org.carrot2.webapp
Class BroadcasterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.carrot2.webapp.BroadcasterException
All Implemented Interfaces:
Serializable

public final class BroadcasterException
extends RuntimeException

An exception thrown from the broadcaster's iterator when there is an internal exception in the broadcaster. This exception wraps another exception -- it does not contain any specific message.

Author:
Dawid Weiss
See Also:
Serialized Form

Constructor Summary
BroadcasterException(Throwable t)
           
 
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

BroadcasterException

BroadcasterException(Throwable t)


Copyright (c) Dawid Weiss, Stanislaw Osinski