Serializablepublic class SystemException extends Exception
| Modifier and Type | Field | Description |
|---|---|---|
int |
errorCode |
The error code with which to create the SystemException.
|
| Constructor | Description |
|---|---|
SystemException() |
|
SystemException(int errcode) |
Create a SystemException with a given error code.
|
SystemException(String s) |
Create a SystemException with a given string.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int errorCode
public SystemException()
public SystemException(String s)
s - The string message for the exceptionpublic SystemException(int errcode)
errcode - The error code for the exceptionCopyright © 2019 GlassFish Community. All rights reserved.