org.codehaus.swizzle.confluence
Class SwizzleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.swizzle.confluence.SwizzleException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConfluenceException
public class SwizzleException
- extends Exception
This is the exception thrown by the Swizzle to signal errors. Errors that occurred on the server are indicated by throwing a ConfluenceException, which is a
subclass of SwizzleException.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SwizzleException
public SwizzleException()
SwizzleException
public SwizzleException(String message)
SwizzleException
public SwizzleException(Throwable cause)
SwizzleException
public SwizzleException(String message,
Throwable cause)
Copyright © 2013. All Rights Reserved.