Package org.alfresco.repo.site
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:
java.io.Serializable
- Direct Known Subclasses:
SiteDoesNotExistException
public class SiteServiceException extends org.alfresco.error.AlfrescoRuntimeExceptionSite service exception- Author:
- Roy Wetherall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SiteServiceException(java.lang.String msgId)ConstructorSiteServiceException(java.lang.String msgId, java.lang.Object[] msgParams)ConstructorSiteServiceException(java.lang.String msgId, java.lang.Object[] msgParams, java.lang.Throwable cause)ConstructorSiteServiceException(java.lang.String msgId, java.lang.Throwable cause)Constructor
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-
-
-
Constructor Detail
-
SiteServiceException
public SiteServiceException(java.lang.String msgId)
Constructor- Parameters:
msgId- message id
-
SiteServiceException
public SiteServiceException(java.lang.String msgId, java.lang.Object[] msgParams)Constructor- Parameters:
msgId- message idmsgParams- message params
-
SiteServiceException
public SiteServiceException(java.lang.String msgId, java.lang.Throwable cause)Constructor- Parameters:
msgId- message idcause- causing exception
-
SiteServiceException
public SiteServiceException(java.lang.String msgId, java.lang.Object[] msgParams, java.lang.Throwable cause)Constructor- Parameters:
msgId- message idmsgParams- message paramscause- causing exception
-
-