com.xpn.xwiki.wysiwyg.server.sync
Class SyncException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xpn.xwiki.wysiwyg.server.sync.SyncException
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable
public class SyncException
- extends java.lang.Exception
- implements com.google.gwt.user.client.rpc.IsSerializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SyncException
public SyncException()
SyncException
public SyncException(java.lang.String message,
java.lang.Exception e)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
setMessage
public void setMessage(java.lang.String message)
getException
public java.lang.Exception getException()
setException
public void setException(java.lang.Exception e)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace in class java.lang.Throwable
Copyright © 2004-2008 XWiki. All Rights Reserved.