com.xpn.xwiki.wysiwyg.server.plugin.sync
Class SyncException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xpn.xwiki.wysiwyg.server.plugin.sync.SyncException
All Implemented Interfaces:
java.io.Serializable

public class SyncException
extends java.lang.Exception

A synchronization exception.

Version:
$Id: SyncException.java 24746 2009-10-28 10:51:16Z mflorea $
See Also:
Serialized Form

Constructor Summary
SyncException()
          Creates a new synchronization exception.
SyncException(java.lang.String message)
          Creates a new synchronization exception with the specified message.
SyncException(java.lang.String message, java.lang.Throwable cause)
          Creates a new synchronization exception with the given message and the specified cause.
SyncException(java.lang.Throwable cause)
          Creates a new synchronization exception with the specified 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

SyncException

public SyncException()
Creates a new synchronization exception.


SyncException

public SyncException(java.lang.String message)
Creates a new synchronization exception with the specified message.

Parameters:
message - the exception message

SyncException

public SyncException(java.lang.Throwable cause)
Creates a new synchronization exception with the specified cause.

Parameters:
cause - the exception cause

SyncException

public SyncException(java.lang.String message,
                     java.lang.Throwable cause)
Creates a new synchronization exception with the given message and the specified cause.

Parameters:
message - the exception message
cause - the exception cause


Copyright © 2004-2010 XWiki. All Rights Reserved.