From 0306f5715342ef2722077475c5440307341420c2 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Sat, 28 May 2011 11:18:15 +0000 Subject: javadoc -> doc plugin --- .../org/eclipse/emf/cdo/util/ServerException.html | 292 +++++++++++++++++++++ 1 file changed, 292 insertions(+) create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/ServerException.html (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/ServerException.html') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/ServerException.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/ServerException.html new file mode 100644 index 0000000000..0599d5704a --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/ServerException.html @@ -0,0 +1,292 @@ + + + + + + +ServerException (CDO API Specification) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.eclipse.emf.cdo.util +
+Class ServerException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by org.eclipse.emf.cdo.common.util.CDOException
+                  extended by org.eclipse.emf.cdo.util.ServerException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class ServerException
extends CDOException
+ + +

+

+
Author:
+
Eike Stepper
+
See Also:
Serialized Form
No Extend
+
This interface is not intended to be extended by clients.
+
No Instantiate
+
This class is not intended to be instantiated by clients.
+
+
+ +

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

+ServerException

+
+public ServerException()
+
+
+
+ +

+ServerException

+
+public ServerException(String message)
+
+
+
+ +

+ServerException

+
+public ServerException(String message,
+                       Throwable cause)
+
+
+
+ +

+ServerException

+
+public ServerException(Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. + + -- cgit v1.2.3