Class RestoreInProgressException

All Implemented Interfaces:
Serializable

@AlfrescoPublicApi public class RestoreInProgressException extends AlfrescoRuntimeException
Content Restoration in progress
Author:
David Edwards
See Also:
  • Constructor Details

    • RestoreInProgressException

      public RestoreInProgressException(String msgId)
    • RestoreInProgressException

      public RestoreInProgressException(String msgId, Object[] msgParams)
    • RestoreInProgressException

      public RestoreInProgressException(String msgId, Throwable cause)
    • RestoreInProgressException

      public RestoreInProgressException(String msgId, Object[] msgParams, Throwable cause)