com.ibm.commerce.pagelayout.facade.client

Class PageException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PageException
    extends AbstractBusinessObjectDocumentException
    This exception represents a business error describing why the request failed. This exception is thrown when the Page service returns error information.
    See Also:
    Serialized Form
    • Constructor Detail

      • PageException

        public PageException(ChangeStatusType changeStatus,
                             VerbType verb,
                             java.util.List pages)
        Creates an instance of the Page exception.
        Parameters:
        changeStatus - The error information that is contained in the ChangeStatus element of the respond or acknowledge verb.
        verb - The returning verb.
        pages - The list of Page that is associated with the response.
      • PageException

        public PageException(java.util.List clientErrors)
        Creates an instance of the Page exception.
        Parameters:
        clientErrors - The client errors to associate with the exception. These client error represent client side parameter validation that cause the exception.
    • Method Detail

      • getPage

        public java.util.List getPage()
        Returns the Page that is associated with the response of the request.
        Returns:
        The list of Page found in the response.