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