Package tigase.eventbus
Class EventBusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tigase.eventbus.EventBusException
-
- All Implemented Interfaces:
Serializable
public class EventBusException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventBusException()EventBusException(String message)EventBusException(String message, Throwable cause)EventBusException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)EventBusException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-