Class ConfluenceEventPropagatingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UpdateAttachmentsOnFileSystemException
public class ConfluenceEventPropagatingException extends RuntimeException
A class of RuntimeException that will be propagated through the event system. You can use this for event handlers that need to cause a database rollback.- See Also:
ConfluenceEventManager
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfluenceEventPropagatingException()
ConfluenceEventPropagatingException(String s)
ConfluenceEventPropagatingException(String s, Throwable throwable)
ConfluenceEventPropagatingException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfluenceEventPropagatingException
public ConfluenceEventPropagatingException()
-
ConfluenceEventPropagatingException
public ConfluenceEventPropagatingException(String s, Throwable throwable)
-
ConfluenceEventPropagatingException
public ConfluenceEventPropagatingException(String s)
-
ConfluenceEventPropagatingException
public ConfluenceEventPropagatingException(Throwable throwable)
-
-