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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConfluenceEventPropagatingException(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 Details
-
ConfluenceEventPropagatingException
public ConfluenceEventPropagatingException() -
ConfluenceEventPropagatingException
-
ConfluenceEventPropagatingException
-
ConfluenceEventPropagatingException
-