Class PageServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.portal.mop.page.PageServiceException
All Implemented Interfaces:
Serializable

public class PageServiceException extends RuntimeException
Version:
$Revision$
Author:
Julien Viet
See Also:
  • Constructor Details

    • PageServiceException

      public PageServiceException(PageError error)
    • PageServiceException

      public PageServiceException(PageError error, String message)
    • PageServiceException

      public PageServiceException(PageError error, String message, Throwable cause)
    • PageServiceException

      public PageServiceException(PageError error, Throwable cause)
  • Method Details