public class SubscriptionSystemException extends AbstractSystemException
com.ibm.commerce.foundation.common.exception.AbstractSystemException,
for more details on the behavior of this exception.EMPTY_MSG| Constructor and Description |
|---|
SubscriptionSystemException(java.lang.String astrMessageKey,
java.lang.Object[] params,
java.lang.String astrClassName,
java.lang.String astrMethodName)
Creates a subscription system exception
|
SubscriptionSystemException(java.lang.String astrMessageKey,
java.lang.Object[] params,
java.lang.String resourceBundle,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable cause)
Creates a subscription system exception
|
SubscriptionSystemException(java.lang.String astrMessageKey,
java.lang.Object[] params,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable cause)
Creates a subscription system exception
|
getCorrelationId, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMessageParams, isClient, setClientpublic SubscriptionSystemException(java.lang.String astrMessageKey,
java.lang.Object[] params,
java.lang.String resourceBundle,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable cause)
astrMessageKey - The error message key.params - The parameters for the error message.resourceBundle - The name of the resource bundle being used.astrClassName - The name of the class throwing the exceptionastrMethodName - The name of the method in the class throwing the exception.cause - The exception being wrapped.public SubscriptionSystemException(java.lang.String astrMessageKey,
java.lang.Object[] params,
java.lang.String astrClassName,
java.lang.String astrMethodName,
java.lang.Throwable cause)
astrMessageKey - The error message key.params - The parameters for the error message.astrClassName - The name of the class throwing the exceptionastrMethodName - The name of the method in the class throwing the exception.cause - The exception being wrapped.public SubscriptionSystemException(java.lang.String astrMessageKey,
java.lang.Object[] params,
java.lang.String astrClassName,
java.lang.String astrMethodName)
astrMessageKey - The error message key.params - The parameters for the error message.astrClassName - The name of the class throwing the exceptionastrMethodName - The name of the method in the class throwing the exception.