Package jakarta.enterprise.event
Class ObserverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.enterprise.event.ObserverException
-
- All Implemented Interfaces:
Serializable
public class ObserverException extends RuntimeException
Indicates that a checked exception was thrown by an observer method during event notification.
- Author:
- Pete Muir, Gavin King
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObserverException()
ObserverException(String message)
ObserverException(String message, Throwable cause)
ObserverException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-