public class SystemException extends java.lang.RuntimeException implements Messageable
Modifier and Type | Class and Description |
---|---|
static class |
SystemException.Aide
Utilities.
|
MessageConst.BundleInfo
Modifier and Type | Field and Description |
---|---|
protected int |
_code |
NULL_CODE
Constructor and Description |
---|
SystemException() |
SystemException(int code) |
SystemException(int code,
java.lang.Object fmtArg) |
SystemException(int code,
java.lang.Object[] fmtArgs) |
SystemException(int code,
java.lang.Object[] fmtArgs,
java.lang.Throwable cause)
Constructs an SystemException by use of an error code.
|
SystemException(int code,
java.lang.Object fmtArg,
java.lang.Throwable cause) |
SystemException(int code,
java.lang.Throwable cause) |
SystemException(java.lang.String msg) |
SystemException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a SystemException by specifying message directly.
|
SystemException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gets the message code.
|
public SystemException(java.lang.String msg, java.lang.Throwable cause)
public SystemException(java.lang.String msg)
public SystemException(java.lang.Throwable cause)
public SystemException()
public SystemException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
code
- the error codefmtArgs
- the format argumentscause
- the chained throwable objectpublic SystemException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
public SystemException(int code, java.lang.Object[] fmtArgs)
public SystemException(int code, java.lang.Object fmtArg)
public SystemException(int code, java.lang.Throwable cause)
public SystemException(int code)
public final int getCode()
Messageable
getCode
in interface Messageable
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.