org.codehaus.swizzle.confluence
Class ConfluenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.swizzle.confluence.SwizzleException
org.codehaus.swizzle.confluence.ConfluenceException
- All Implemented Interfaces:
- java.io.Serializable
public class ConfluenceException
- extends SwizzleException
This exception is thrown to signal an error on the server. Sometimes the original cause of the error is also transmitted and can be obtained by calling the getCause method (otherwise getCause will
return null).
- See Also:
- 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 |
ConfluenceException
public ConfluenceException()
ConfluenceException
public ConfluenceException(java.lang.String message)
ConfluenceException
public ConfluenceException(java.lang.Throwable cause)
ConfluenceException
public ConfluenceException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2011. All Rights Reserved.