org.codehaus.swizzle.confluence
Class SwizzleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SwizzleException()
           
SwizzleException(String message)
           
SwizzleException(String message, Throwable cause)
           
SwizzleException(Throwable cause)
           
 
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

SwizzleException

public SwizzleException()

SwizzleException

public SwizzleException(String message)

SwizzleException

public SwizzleException(Throwable cause)

SwizzleException

public SwizzleException(String message,
                        Throwable cause)


Copyright © 2011. All Rights Reserved.