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(java.lang.String className,
java.lang.Throwable t) |
static ServerPlatformException |
serverPlatformClassNotFound(java.lang.String className,
java.lang.Throwable t) |
getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toStringpublic static final int SERVER_PLATFORM_CLASS_NOT_FOUND
public static final int INVALID_SERVER_PLATFORM_CLASS
public static ServerPlatformException serverPlatformClassNotFound(java.lang.String className, java.lang.Throwable t)
public static ServerPlatformException invalidServerPlatformClass(java.lang.String className, java.lang.Throwable t)