public class SystemException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
int |
errorCode
The error code of this exception.
|
| Constructor and Description |
|---|
SystemException()
Creates a new
SystemException without a detail message. |
SystemException(int errcode)
Constructs an
SystemException with the specified
detail message. |
SystemException(java.lang.String msg)
Constructs an
SystemException with the specified
detail message. |
public int errorCode
public SystemException()
SystemException without a detail message.public SystemException(java.lang.String msg)
SystemException with the specified
detail message.msg - the detail message.public SystemException(int errcode)
SystemException with the specified
detail message.errcode - the error code for the exception