public class UtilsException extends Exception
Constructor and Description |
---|
UtilsException(MessageInfo messageInfo) |
UtilsException(MessageInfo messageInfo,
Throwable cause) |
UtilsException(String code,
String msg) |
UtilsException(String code,
String msg,
Throwable cause) |
UtilsException(UtilsException src) |
Modifier and Type | Method and Description |
---|---|
static String |
computeMessage(MessageInfo messageInfo,
Throwable cause)
Computes Exception standard message from message info and cause.
|
MessageInfo |
getMessageInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UtilsException(UtilsException src)
public UtilsException(MessageInfo messageInfo)
public UtilsException(MessageInfo messageInfo, Throwable cause)
public static String computeMessage(MessageInfo messageInfo, Throwable cause)
public MessageInfo getMessageInfo()