com.ibm.commerce.edp.api

Class FeatureNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable


    public class FeatureNotSupportedException
    extends InputException
    This class represents the exception thrown when the feature is not supported.
    See Also:
    Serialized Form
    • Constructor Detail

      • FeatureNotSupportedException

        public FeatureNotSupportedException()

        The default constructor.

      • FeatureNotSupportedException

        public FeatureNotSupportedException(java.lang.String resourceBundleName,
                                            java.lang.String messageKey,
                                            java.lang.Object[] formatArguments,
                                            java.lang.String defaultText)

        The constructor with a localized message.

        Parameters:
        resourceBundleName - The name of the resource bundle to be used to generate a localized exception message
        messageKey - The key to identify the resource to generate a localized exception
        formatArguments - An array of arguments to build the localized message
        defaultText - The message that is shown if the localized message cannot be generated
      • FeatureNotSupportedException

        public FeatureNotSupportedException(java.lang.String resourceBundleName,
                                            java.lang.String messageKey,
                                            java.lang.Object[] formatArguments,
                                            java.lang.String defaultText,
                                            java.lang.Throwable exception)

        The constructor with a localized message and a chained exception.

        Parameters:
        resourceBundleName - The name of the resource bundle to be used to generate a localized exception message
        messageKey - The key to identify the resource to generate a localized exception
        formatArguments - An array of arguments to build the localized message
        defaultText - The message that is shown if the localized message cannot be generated
        exception - The exception to be chained
      • FeatureNotSupportedException

        public FeatureNotSupportedException(java.lang.Throwable exception)

        The constructor with a chained exception.

        Parameters:
        exception - The exception to be chained