Package org.eclipse.emf.cdo.util
Class ServerException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.eclipse.emf.cdo.common.util.CDOException
- 
- org.eclipse.emf.cdo.util.ServerException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 @Deprecated public class ServerException extends CDOException Deprecated.Not used.An unchecked exception that indicates server-side problems.- 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 SummaryConstructors Constructor Description ServerException()Deprecated.ServerException(java.lang.String message)Deprecated.ServerException(java.lang.String message, java.lang.Throwable cause)Deprecated.ServerException(java.lang.Throwable cause)Deprecated.
 
- 
- 
- 
Constructor Detail- 
ServerExceptionpublic ServerException() Deprecated.
 - 
ServerExceptionpublic ServerException(java.lang.String message) Deprecated.
 - 
ServerExceptionpublic ServerException(java.lang.String message, java.lang.Throwable cause)Deprecated.
 - 
ServerExceptionpublic ServerException(java.lang.Throwable cause) Deprecated.
 
- 
 
-