public class ServerPlatformException extends EclipseLinkException
| Modifier and Type | Field and Description |
|---|---|
static int |
INVALID_SERVER_PLATFORM_CLASS |
static int |
SERVER_PLATFORM_CLASS_NOT_FOUND |
| Constructor and Description |
|---|
ServerPlatformException() |
| Modifier and Type | Method and Description |
|---|---|
static ServerPlatformException |
invalidServerPlatformClass(String className,
Throwable t) |
static ServerPlatformException |
serverPlatformClassNotFound(String className,
Throwable t) |
getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic static final int SERVER_PLATFORM_CLASS_NOT_FOUND
public static final int INVALID_SERVER_PLATFORM_CLASS
public static ServerPlatformException serverPlatformClassNotFound(String className, Throwable t)
public static ServerPlatformException invalidServerPlatformClass(String className, Throwable t)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference