public class FireEventException extends Exception
SleeEndpoint
if the SLEE is unable to
accept an event for processing due to non system-level issues such as an input
rate limiting policy.Constructor and Description |
---|
FireEventException()
Create a
FireEventException with no detail message. |
FireEventException(String message)
Create a
FireEventException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FireEventException()
FireEventException
with no detail message.public FireEventException(String message)
FireEventException
with a detail message.message
- the detail message.