public class ServerPlatformException extends EclipseLinkException
Modifier and Type | Field and Description |
---|---|
static int |
INVALID_SERVER_PLATFORM_CLASS |
static int |
SERVER_PLATFORM_CLASS_NOT_FOUND |
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
Modifier | Constructor and Description |
---|---|
|
ServerPlatformException() |
protected |
ServerPlatformException(String theMessage) |
protected |
ServerPlatformException(String message,
Throwable internalException) |
Modifier and Type | Method and Description |
---|---|
static ServerPlatformException |
invalidServerPlatformClass(String className,
Throwable t) |
static ServerPlatformException |
serverPlatformClassNotFound(String className,
Throwable t) |
cr, 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 ServerPlatformException()
protected ServerPlatformException(String theMessage)
public static ServerPlatformException serverPlatformClassNotFound(String className, Throwable t)
public static ServerPlatformException invalidServerPlatformClass(String className, Throwable t)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.