com.atlassian.confluence.event.events.exception
Class ConfluenceEventPropagatingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
ConfluenceEventPropagatingException()
           
ConfluenceEventPropagatingException(String s)
           
ConfluenceEventPropagatingException(String s, Throwable throwable)
           
ConfluenceEventPropagatingException(Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

ConfluenceEventPropagatingException

public ConfluenceEventPropagatingException()

ConfluenceEventPropagatingException

public ConfluenceEventPropagatingException(String s,
                                           Throwable throwable)

ConfluenceEventPropagatingException

public ConfluenceEventPropagatingException(String s)

ConfluenceEventPropagatingException

public ConfluenceEventPropagatingException(Throwable throwable)


Copyright © 2003-2010 Atlassian. All Rights Reserved.