Class PageOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.utility.exception.PageOperationException
All Implemented Interfaces:
Serializable

public class PageOperationException extends RuntimeException
Alfresco page operation exception thrown when an operation fail to execute
Author:
Bogdan Bocancea
See Also:
  • Constructor Details

    • PageOperationException

      public PageOperationException(String reason)
    • PageOperationException

      public PageOperationException(String reason, Throwable cause)
    • PageOperationException

      public PageOperationException()