com.atlassian.confluence.event.events.exception
Class ConfluenceEventPropagatingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.event.events.exception.ConfluenceEventPropagatingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- UpdateAttachmentsOnFileSystemException, UpdateAttachmentsOnFileSystemException
public class ConfluenceEventPropagatingException
- extends java.lang.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfluenceEventPropagatingException
public ConfluenceEventPropagatingException()
ConfluenceEventPropagatingException
public ConfluenceEventPropagatingException(java.lang.String s,
java.lang.Throwable throwable)
ConfluenceEventPropagatingException
public ConfluenceEventPropagatingException(java.lang.String s)
ConfluenceEventPropagatingException
public ConfluenceEventPropagatingException(java.lang.Throwable throwable)
Copyright © 2003-2014 Atlassian. All Rights Reserved.