com.ibm.commerce.pagelayout.facade.server.exception

Class PageLayoutSystemException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PageLayoutSystemException
    extends AbstractSystemException
    This is the Exception class that can be used for any system level exceptions to be thrown during the PageLayout services execution. See the constructor details for creating this exception. See documentation for com.ibm.commerce.foundation.common.exception.AbstractSystemException, for more details on the behavior of this exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      PageLayoutSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
      Creates the PageLayoutSystemException.
      PageLayoutSystemException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the PageLayoutSystemException.
      PageLayoutSystemException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName)
      Creates the PageLayoutSystemException.
      PageLayoutSystemException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the PageLayoutSystemException.
    • Constructor Detail

      • PageLayoutSystemException

        public PageLayoutSystemException(java.lang.String messageKey,
                                         java.lang.Object param,
                                         java.lang.String className,
                                         java.lang.String methodName)
        Creates the PageLayoutSystemException.
        Parameters:
        messageKey - The message key of the exception.
        param - The parameter 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.
      • PageLayoutSystemException

        public PageLayoutSystemException(java.lang.String messageKey,
                                         java.lang.Object[] params,
                                         java.lang.String className,
                                         java.lang.String methodName)
        Creates the PageLayoutSystemException.
        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.
      • PageLayoutSystemException

        public PageLayoutSystemException(java.lang.String messageKey,
                                         java.lang.Object param,
                                         java.lang.String className,
                                         java.lang.String methodName,
                                         java.lang.Throwable cause)
        Creates the PageLayoutSystemException.
        Parameters:
        messageKey - The message key of the exception.
        param - The parameter 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.
      • PageLayoutSystemException

        public PageLayoutSystemException(java.lang.String messageKey,
                                         java.lang.Object[] params,
                                         java.lang.String className,
                                         java.lang.String methodName,
                                         java.lang.Throwable cause)
        Creates the PageLayoutSystemException.
        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.