public class SystemException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
int |
errorCode
The error code with which to create the SystemException.
|
Constructor and Description |
---|
SystemException() |
SystemException(int errcode)
Create a SystemException with a given error code.
|
SystemException(java.lang.String s)
Create a SystemException with a given string.
|
public int errorCode
public SystemException()
public SystemException(java.lang.String s)
s
- The string message for the exceptionpublic SystemException(int errcode)
errcode
- The error code for the exception