public class MbRecoverableException extends MbException
| Constructor and Description |
|---|
MbRecoverableException(Object source,
String methodName,
String messageSource,
String messageKey,
String traceText,
Object[] inserts) |
MbRecoverableException(String className,
String methodName,
String messageSource,
String messageKey,
String traceText,
Object[] inserts) |
addNestedException, getClassName, getInserts, getLocalizedMessage, getMessage, getMessageKey, getMessageSource, getMethodName, getNestedExceptions, getTraceText, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MbRecoverableException(String className, String methodName, String messageSource, String messageKey, String traceText, Object[] inserts)
className - Class which generated the exception.methodName - Method which generated the exception.messageSource - Source of the message in the exception.messageKey - Key to the message in the exception.traceText - Extra text for the message.inserts - Array of java Objects which are inserts for the
message.public MbRecoverableException(Object source, String methodName, String messageSource, String messageKey, String traceText, Object[] inserts)
source - The object that generated the exception.methodName - Method which generated the exception.messageSource - Source of the message in the exception.messageKey - Key to the message in the exception.traceText - Extra text for the message.inserts - Array of java Objects which are inserts for the
message.