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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intFields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedServerPlatformException(String theMessage) protectedServerPlatformException(String message, Throwable internalException) -
Method Summary
Modifier and TypeMethodDescriptionstatic ServerPlatformExceptioninvalidServerPlatformClass(String className, Throwable t) static ServerPlatformExceptionserverPlatformClassNotFound(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, toStringMethods 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
-