|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.retek.commons.domain.core.exception.BusinessException
com.retek.component.customer.CustomerBusinessException
This exception class is responsible for handling Customer related problems.
Constructor Summary | |
CustomerBusinessException(java.lang.String messageKey)
Creates a new CustomerBusinessException object that specifies a key used to look up the message. |
|
CustomerBusinessException(java.lang.String messageKey,
BusinessProblem theProblem)
Adds the BusinessProblem parameter. |
|
CustomerBusinessException(java.lang.String messageKey,
java.lang.Object[] messageValues)
Adds the messageValues parameter. |
|
CustomerBusinessException(java.lang.String messageKey,
java.lang.Object[] messageValues,
BusinessProblem theProblem)
Adds the messageValues and BusinessProblem parameters. |
Methods inherited from class com.retek.commons.domain.core.exception.BusinessException |
add, addAll, getMaxSeverity, getMessage, getProblems, hasErrors, hasProblems, hasProblems, printStackTrace, printStackTrace, printStackTrace, throwIfErrors |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CustomerBusinessException(java.lang.String messageKey)
messageKey
- - This is the key used to retrieve the text message from the properties file.public CustomerBusinessException(java.lang.String messageKey, BusinessProblem theProblem)
theProblem
- - This is the business problem to be added to the exception.public CustomerBusinessException(java.lang.String messageKey, java.lang.Object[] messageValues)
messageValues
- - Used to specify dynamic, runtime data for the text of the message.
The order of the values in this array represents the order of replacement in the message.public CustomerBusinessException(java.lang.String messageKey, java.lang.Object[] messageValues, BusinessProblem theProblem)
theProblem
- - This is the business problem to be added to the exception.messageValues
- - Used to specify dynamic, runtime data for the text of the message.
The order of the values in this array represents the order of replacement in the message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |