Class ServerPlatformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.persistence.exceptions.EclipseLinkException
org.eclipse.persistence.exceptions.ServerPlatformException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
-
Constructor Summary
ModifierConstructorDescriptionprotected
ServerPlatformException
(String theMessage) protected
ServerPlatformException
(String message, Throwable internalException) -
Method Summary
Modifier and TypeMethodDescriptionstatic ServerPlatformException
invalidServerPlatformClass
(String className, Throwable t) static ServerPlatformException
serverPlatformClassNotFound
(String className, Throwable t) Methods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
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
-
ServerPlatformException
-
-
Method Details
-
serverPlatformClassNotFound
-
invalidServerPlatformClass
-