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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public 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)