|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.xpn.xwiki.wysiwyg.server.plugin.sync.SyncException
public class SyncException
A synchronization exception.
| 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 |
|---|
public SyncException()
public SyncException(java.lang.String message)
message - the exception messagepublic SyncException(java.lang.Throwable cause)
cause - the exception cause
public SyncException(java.lang.String message,
java.lang.Throwable cause)
message - the exception messagecause - the exception cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||