Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.