Class ServerException

All Implemented Interfaces:
Serializable

@Deprecated public class ServerException extends CDOException
Deprecated.
Not used.
An unchecked exception that indicates server-side problems.
Author:
Eike Stepper
See Also:
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 Details

    • ServerException

      public ServerException()
      Deprecated.
    • ServerException

      public ServerException(String message)
      Deprecated.
    • ServerException

      public ServerException(String message, Throwable cause)
      Deprecated.
    • ServerException

      public ServerException(Throwable cause)
      Deprecated.