Class ServerPlatformException

All Implemented Interfaces:
Serializable

public class ServerPlatformException extends EclipseLinkException
See Also:
  • Field Details

    • SERVER_PLATFORM_CLASS_NOT_FOUND

      public static final int SERVER_PLATFORM_CLASS_NOT_FOUND
      See Also:
    • INVALID_SERVER_PLATFORM_CLASS

      public static final int INVALID_SERVER_PLATFORM_CLASS
      See Also:
  • Constructor Details

    • ServerPlatformException

      public ServerPlatformException()
    • ServerPlatformException

      protected ServerPlatformException(String theMessage)
    • ServerPlatformException

      protected ServerPlatformException(String message, Throwable internalException)
  • Method Details