Package com.atlassian.confluence.core
Class ConfluenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Constructors Constructor Description ConfluenceException(String message)
ConfluenceException(String message, Throwable innerException)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-