Class EventPostException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minheur.potoflux.utils.close.EventPostException
All Implemented Interfaces:
Serializable

public class EventPostException extends RuntimeException
Used to report an exception during event posing stage
See Also:
  • Constructor Details

    • EventPostException

      public EventPostException(String message)
    • EventPostException

      public EventPostException(String message, Throwable cause)
    • EventPostException

      public EventPostException(Throwable cause)
    • EventPostException

      public EventPostException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • EventPostException

      public EventPostException()