public class EsfRuntimeException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected EsfErrorCode |
m_code |
| Constructor and Description |
|---|
EsfRuntimeException(EsfErrorCode code)
Builds a new EdcException instance based on the supplied EdcErrorCode.
|
EsfRuntimeException(EsfErrorCode code,
Object... arguments)
Builds a new EdcException instance based on the supplied EdcErrorCode.
|
EsfRuntimeException(EsfErrorCode code,
Throwable cause,
Object... arguments)
Builds a new EdcException instance based on the supplied EdcErrorCode, an optional Throwable cause, and optional arguments for the associated exception message.
|
| Modifier and Type | Method and Description |
|---|---|
EsfErrorCode |
getCode() |
String |
getLocalizedMessage() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected EsfErrorCode m_code
public EsfRuntimeException(EsfErrorCode code)
code - t - arguments - public EsfRuntimeException(EsfErrorCode code, Object... arguments)
code - t - arguments - public EsfRuntimeException(EsfErrorCode code, Throwable cause, Object... arguments)
code - t - arguments - public EsfErrorCode getCode()
public String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2013. All Rights Reserved.