org.codehaus.swizzle.confluence
Class SwizzleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.swizzle.confluence.SwizzleException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ConfluenceException
public class SwizzleException
- extends java.lang.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SwizzleException
public SwizzleException()
SwizzleException
public SwizzleException(java.lang.String message)
SwizzleException
public SwizzleException(java.lang.Throwable cause)
SwizzleException
public SwizzleException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2011. All Rights Reserved.