com.ibm.commerce.exception

Class ParameterNotFoundException

  • All Implemented Interfaces:
    com.ibm.commerce.exception.ECCorrelatedIdentity, com.ibm.websphere.exception.DistributedExceptionEnabled, java.io.Serializable


    public class ParameterNotFoundException
    extends ECApplicationException
    This class defines the exception thrown by the WebSphere Commerce Application Server when a parameter not provided by the client.
    See Also:
    Serialized Form
    • Field Detail

      • PARAM_NAME

        public static final java.lang.String PARAM_NAME
        The key used to get the parameter name from the error properties.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ParameterNotFoundException

        public ParameterNotFoundException(java.lang.String s)
        This is the constructor for this class. It calls the constructor from the superclass.
        Parameters:
        s - The name of the parameter.
    • Method Detail

      • getParamName

        public java.lang.String getParamName()
        This method gets the parameter name.
        Returns:
        The parameter name.