public class SystemException extends 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(String msg)
Constructs an
SystemException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int errorCode
public SystemException()
SystemException
without a detail message.public SystemException(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 exceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.