Class SiteServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.site.SiteServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SiteDoesNotExistException

public class SiteServiceException extends org.alfresco.error.AlfrescoRuntimeException
Site service exception
Author:
Roy Wetherall
See Also:
  • Constructor Details

    • SiteServiceException

      public SiteServiceException(String msgId)
      Constructor
      Parameters:
      msgId - message id
    • SiteServiceException

      public SiteServiceException(String msgId, Object[] msgParams)
      Constructor
      Parameters:
      msgId - message id
      msgParams - message params
    • SiteServiceException

      public SiteServiceException(String msgId, Throwable cause)
      Constructor
      Parameters:
      msgId - message id
      cause - causing exception
    • SiteServiceException

      public SiteServiceException(String msgId, Object[] msgParams, Throwable cause)
      Constructor
      Parameters:
      msgId - message id
      msgParams - message params
      cause - causing exception