Package net.minheur.potoflux.utils.close
Class EventPostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minheur.potoflux.utils.close.EventPostException
- All Implemented Interfaces:
Serializable
Used to report an exception during event posing stage
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventPostException(String message) EventPostException(String message, Throwable cause) EventPostException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) EventPostException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventPostException
-
EventPostException
-
EventPostException
-
EventPostException
-
EventPostException
public EventPostException()
-