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:
java.io.Serializable
public class ServerPlatformException extends EclipseLinkException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
INVALID_SERVER_PLATFORM_CLASS
static int
SERVER_PLATFORM_CLASS_NOT_FOUND
-
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
-
-
Constructor Summary
Constructors Modifier Constructor Description ServerPlatformException()
protected
ServerPlatformException(java.lang.String theMessage)
protected
ServerPlatformException(java.lang.String message, java.lang.Throwable internalException)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServerPlatformException
invalidServerPlatformClass(java.lang.String className, java.lang.Throwable t)
static ServerPlatformException
serverPlatformClassNotFound(java.lang.String className, java.lang.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
-
-
-
-
Field Detail
-
SERVER_PLATFORM_CLASS_NOT_FOUND
public static final int SERVER_PLATFORM_CLASS_NOT_FOUND
- See Also:
- Constant Field Values
-
INVALID_SERVER_PLATFORM_CLASS
public static final int INVALID_SERVER_PLATFORM_CLASS
- See Also:
- Constant Field Values
-
-
Method Detail
-
serverPlatformClassNotFound
public static ServerPlatformException serverPlatformClassNotFound(java.lang.String className, java.lang.Throwable t)
-
invalidServerPlatformClass
public static ServerPlatformException invalidServerPlatformClass(java.lang.String className, java.lang.Throwable t)
-
-