|
|||||||||||
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.ibm.websphere.exception.DistributedException
com.ibm.websphere.brb.BusinessRuleBeansException
The base exception for all problems encountered by BRBeans.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_BRB_RESOURCE_BUNDLE
Name of the resource bundle used by code shipped with BRBeans. |
Constructor Summary | |
---|---|
BusinessRuleBeansException()
Default constructor. |
|
BusinessRuleBeansException(java.lang.String message)
Constructor with a message. |
|
BusinessRuleBeansException(java.lang.String resourceBundleName,
java.lang.String resourceKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText)
Constructor with localization message information. |
|
BusinessRuleBeansException(java.lang.String resourceBundleName,
java.lang.String resourceKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText,
java.lang.Throwable exception)
Constructor with localization message information and an exception to be chained. |
|
BusinessRuleBeansException(java.lang.String message,
java.lang.Throwable exception)
Constructor with a message and an exception to be chained. |
|
BusinessRuleBeansException(java.lang.Throwable exception)
Constructor with an exception to be chained. |
Methods inherited from class com.ibm.websphere.exception.DistributedException |
---|
getException, getExceptionInfo, getMessage, getOriginalException, getPreviousException, printStackTrace, printStackTrace, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo |
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 |
Field Detail |
public static java.lang.String DEFAULT_BRB_RESOURCE_BUNDLE
Constructor Detail |
public BusinessRuleBeansException()
public BusinessRuleBeansException(java.lang.String message)
message
- Message textpublic BusinessRuleBeansException(java.lang.String resourceBundleName, java.lang.String resourceKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
resourceBundleName
- The name of resource bundle
that will be used to retrieve the message for getMessage().resourceKey
- The key in the resource bundle that
will be used to select the specific message that is retrieved for
getMessage().formatArguments
- The arguments to be passed to
the java.text.MessageFormat class to act as replacement variables in the message
that is retrieved from the resource bundle. Valid types are those supported
by MessageFormat.defaultText
- The default message that will be used in
getMessage() if the resource bundle or the key cannot be found.DistributedException.getMessage()
,
MessageFormat
public BusinessRuleBeansException(java.lang.String resourceBundleName, java.lang.String resourceKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
resourceBundleName
- The name of resource bundle
that will be used to retrieve the message for getMessage().resourceKey
- The key in the resource bundle that
will be used to select the specific message that is retrieved for
getMessage().formatArguments
- The arguments to be passed to
the java.text.MessageFormat class to act as replacement variables in the message
that is retrieved from the resource bundle. Valid types are those supported
by MessageFormat.defaultText
- The default message that will be used in
getMessage() if the resource bundle or the key cannot be found.exception
- The exception that is to be chained.DistributedException.getMessage()
,
MessageFormat
public BusinessRuleBeansException(java.lang.String message, java.lang.Throwable exception)
message
- The message for this exceptionexception
- The exception to be chainedpublic BusinessRuleBeansException(java.lang.Throwable exception)
exception
- The exception to be chained
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |