com.atlassian.confluence.core
Class ConfluenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.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)
           
ConfluenceException(String message, Throwable innerException)
           
 
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

ConfluenceException

public ConfluenceException(String message)

ConfluenceException

public ConfluenceException(String message,
                           Throwable innerException)


Copyright © 2003-2012 Atlassian. All Rights Reserved.