com.ibm.commerce.foundation.server.services.changehistory.exception

Class ChangeHistoryApplicationDelegateException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ChangeHistoryApplicationDelegateException
    extends AbstractApplicationException
    This is the Exception class which is used for change history.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChangeHistoryApplicationDelegateException

        public ChangeHistoryApplicationDelegateException(java.lang.String messageKey,
                                                         java.lang.Object[] params,
                                                         java.lang.String className,
                                                         java.lang.String methodName)
        Creates the ChangeHistoryApplicationException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • ChangeHistoryApplicationDelegateException

        public ChangeHistoryApplicationDelegateException(java.lang.String messageKey,
                                                         java.lang.Object[] params,
                                                         java.lang.String className,
                                                         java.lang.String methodName,
                                                         java.lang.Throwable cause)
        Creates the ChangeHistoryApplicationException.
        Parameters:
        messageKey - The message key of the exception.
        params - The parameters used for the message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
        cause - The cause of the exception.
      • ChangeHistoryApplicationDelegateException

        public ChangeHistoryApplicationDelegateException(java.lang.String astrMessageKey,
                                                         java.lang.Object[] aParams,
                                                         java.lang.String aResourceBundle,
                                                         java.lang.String astrClassName,
                                                         java.lang.String astrMethodName,
                                                         java.lang.Throwable aCause)
        This method creates the ChangeHistoryApplicationException.
        Parameters:
        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 key
        astrClassName - The name of the class throwing the exception.
        astrMethodName - The name of the method throwing the exception.
        aCause - The cause of the exception.