public class BusinessObjectMediatorException extends AbstractSystemException
EMPTY_MSG| Constructor and Description |
|---|
BusinessObjectMediatorException(java.lang.String astrMessageKey,
java.lang.Object[] aParams,
java.lang.String astrClassName,
java.lang.String astrMethodName)
Creates the BusinessObjectMediatorException.
|
BusinessObjectMediatorException(java.lang.String astrMessageKey,
java.lang.Object[] aParams,
java.lang.String aResourceBundle,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable aCause)
Creates the BusinessObjectMediatorException.
|
BusinessObjectMediatorException(java.lang.String astrMessageKey,
java.lang.Object[] aParams,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable aCause)
Creates the BusinessObjectMediatorException.
|
BusinessObjectMediatorException(java.lang.String astrMessage,
java.lang.String astrClassName,
java.lang.String astrMethodName)
Creates the BusinessObjectMediatorException.
|
BusinessObjectMediatorException(java.lang.String astrMessageKey,
java.lang.String aLocalizedMsg,
java.lang.String aErrorCode,
java.lang.Object[] aParams,
java.lang.String aResourceBundle,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable aCause)
Creates the BusinessObjectMediatorException.
|
BusinessObjectMediatorException(java.lang.String astrMessage,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable aCause)
Creates the BusinessObjectMediatorException.
|
getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParams, isClient, setClientpublic BusinessObjectMediatorException(java.lang.String astrMessage,
java.lang.String astrClassName,
java.lang.String astrMethodName)
astrMessage - The message or message key of the exception.astrClassName - The name of the class throwing the exception.astrMethodName - The name of the method throwing the exception.public BusinessObjectMediatorException(java.lang.String astrMessageKey,
java.lang.Object[] aParams,
java.lang.String astrClassName,
java.lang.String astrMethodName)
astrMessageKey - The message key of the exception.aParams - The parameters used for the message key of the exception.astrClassName - The name of the class throwing the exception.astrMethodName - The name of the method throwing the exception.public BusinessObjectMediatorException(java.lang.String astrMessage,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable aCause)
astrMessage - The cause of the exception.astrClassName - The name of the class throwing the exception.astrMethodName - The name of the method throwing the exception.aCause - The cause of the exception.public BusinessObjectMediatorException(java.lang.String astrMessageKey,
java.lang.Object[] aParams,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable aCause)
astrMessageKey - The message key of the exception.aParams - The parameters used for the message key of the exception.astrClassName - The name of the class throwing the exception.astrMethodName - The name of the method throwing the exception.aCause - The cause of the exception.public BusinessObjectMediatorException(java.lang.String astrMessageKey,
java.lang.Object[] aParams,
java.lang.String aResourceBundle,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable aCause)
astrMessageKey - The message key of the exception.aParams - The parameters used for the message key of the exception.aResourceBundle - The resource bundle associated with the message keyastrClassName - The name of the class throwing the exception.astrMethodName - The name of the method throwing the exception.aCause - The cause of the exception.public BusinessObjectMediatorException(java.lang.String astrMessageKey,
java.lang.String aLocalizedMsg,
java.lang.String aErrorCode,
java.lang.Object[] aParams,
java.lang.String aResourceBundle,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable aCause)
astrMessageKey - The message key of the exception.aLocalizedMsg - The localised message of the exception.aErrorCode - The error code of the exception.aParams - The parameters used for the message key of the exception.aResourceBundle - The resource bundle associated with the message keyastrClassName - The name of the class throwing the exception.astrMethodName - The name of the method throwing the exception.aCause - The cause of the exception.