public class DhxException
extends java.lang.Exception
| Constructor and Description |
|---|
DhxException(DhxExceptionEnum exceptionCode,
java.lang.String message) |
DhxException(DhxExceptionEnum exceptionCode,
java.lang.String message,
java.lang.Exception cause) |
DhxException(java.lang.String message) |
DhxException(java.lang.String message,
java.lang.Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
DhxExceptionEnum |
getExceptionCode()
Returns the exceptionCode.
|
java.lang.String |
getMessage() |
void |
setExceptionCode(DhxExceptionEnum exceptionCode)
Sets the exceptionCode.
|
public DhxException(DhxExceptionEnum exceptionCode, java.lang.String message)
public DhxException(java.lang.String message)
public DhxException(java.lang.String message,
java.lang.Exception cause)
public DhxException(DhxExceptionEnum exceptionCode, java.lang.String message, java.lang.Exception cause)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic DhxExceptionEnum getExceptionCode()
public void setExceptionCode(DhxExceptionEnum exceptionCode)
exceptionCode - the exceptionCode to set