org.codehaus.swizzle.confluence
Class ConfluenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.swizzle.confluence.SwizzleException
              extended by org.codehaus.swizzle.confluence.ConfluenceException
All Implemented Interfaces:
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

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

ConfluenceException

public ConfluenceException()

ConfluenceException

public ConfluenceException(String message)

ConfluenceException

public ConfluenceException(Throwable cause)

ConfluenceException

public ConfluenceException(String message,
                           Throwable cause)


Copyright © 2012. All Rights Reserved.