Package org.xwiki.notifications
Class NotificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.notifications.NotificationException
-
- All Implemented Interfaces:
Serializable
public class NotificationException extends Exception
Exception specific to the notifications module.- Since:
- 9.2RC1
- Version:
- $Id: 6b369ecc5e365891028df340ad570d29c87c6de9 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationException(String message)
Construct a NotificationException.NotificationException(String message, Throwable cause)
Construct a NotificationException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotificationException
public NotificationException(String message)
Construct a NotificationException.- Parameters:
message
- the detail message
-
-