Class HandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
top.magstar.framework.events.exceptions.EventBusException
top.magstar.framework.events.exceptions.HandlerException
-
Constructor Summary
ConstructorsConstructorDescriptionHandlerException(String message) HandlerException(String message, String handlerInfo, Class<?> eventType, boolean isAsync) HandlerException(String message, Throwable cause) HandlerException(String message, Throwable cause, String handlerInfo, Class<?> eventType, boolean isAsync) -
Method Summary
Methods inherited from class top.magstar.framework.events.exceptions.EventBusException
getErrorCode, getTimestampMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
HandlerException
-
HandlerException
-
HandlerException
-
HandlerException
-
-
Method Details
-
getHandlerInfo
-
getEventType
-
isAsync
public boolean isAsync() -
toString
- Overrides:
toStringin classEventBusException
-