public class MbSecurityException extends MbException
Constructor and Description |
---|
MbSecurityException(java.lang.Object source,
java.lang.String methodName,
java.lang.String messageSource,
java.lang.String messageKey,
java.lang.String traceText,
java.lang.Object[] inserts) |
MbSecurityException(java.lang.String className,
java.lang.String methodName,
java.lang.String messageSource,
java.lang.String messageKey,
java.lang.String traceText,
java.lang.Object[] inserts) |
addNestedException, getClassName, getInserts, getLocalizedMessage, getMessage, getMessageKey, getMessageSource, getMethodName, getNestedExceptions, getTraceText, toString
public MbSecurityException(java.lang.String className, java.lang.String methodName, java.lang.String messageSource, java.lang.String messageKey, java.lang.String traceText, java.lang.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 MbSecurityException(java.lang.Object source, java.lang.String methodName, java.lang.String messageSource, java.lang.String messageKey, java.lang.String traceText, java.lang.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.