Class PageOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PageOperationException
    extends java.lang.RuntimeException
    Alfresco page operation exception thrown when an operation fail to execute
    Author:
    Bogdan Bocancea
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PageOperationException

        public PageOperationException​(java.lang.String reason)
      • PageOperationException

        public PageOperationException​(java.lang.String reason,
                                      java.lang.Throwable cause)
      • PageOperationException

        public PageOperationException()