org.carrot2.webapp
Class BroadcasterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BroadcasterException
BroadcasterException(Throwable t)
Copyright (c) Dawid Weiss, Stanislaw Osinski