Class RegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
top.magstar.framework.events.exceptions.EventBusException
top.magstar.framework.events.exceptions.RegistrationException
-
Constructor Summary
ConstructorsConstructorDescriptionRegistrationException(String message) RegistrationException(String message, Class<?> eventType, String handlerInfo) RegistrationException(String message, Throwable cause) RegistrationException(String message, Throwable cause, Class<?> eventType, String handlerInfo) -
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
-
RegistrationException
-
RegistrationException
-
RegistrationException
-
RegistrationException
-
-
Method Details
-
getEventType
-
getHandlerInfo
-
toString
- Overrides:
toStringin classEventBusException
-