com.atlassian.confluence.core
Class ConfluenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.atlassian.confluence.core.ConfluenceException
All Implemented Interfaces:
Serializable

public class ConfluenceException
extends Exception

For when we want a generic checked exception

See Also:
Serialized Form

Constructor Summary
ConfluenceException(String message, Throwable innerException)
           
 
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

ConfluenceException

public ConfluenceException(String message,
                           Throwable innerException)


Confluence is developed by Atlassian.