public class IllegalEventException extends SLEEException
SleeEndpoint
if the
Resource Adaptor attempts to fire an event with an illegal event identifier. An
illegal event identifier is one which represents an event type that the Resource
Adaptor is not permitted to fire. A Resource Adaptor may only fire events of event
types referenced by the resource adaptor types it implements unless this restriction
has been disabled in the resource adaptor's deployment descriptor.Constructor and Description |
---|
IllegalEventException(String message)
Create an
IllegalEventException with a detail message. |
IllegalEventException(String message,
Throwable cause)
Create an
IllegalEventException with a detail message and cause. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalEventException(String message)
IllegalEventException
with a detail message.message
- the detail message.