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:
Serializable
- Direct Known Subclasses:
SiteDoesNotExistException
public class SiteServiceException
extends org.alfresco.error.AlfrescoRuntimeException
Site service exception
- Author:
- Roy Wetherall
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSiteServiceException(String msgId) ConstructorSiteServiceException(String msgId, Object[] msgParams) ConstructorSiteServiceException(String msgId, Object[] msgParams, Throwable cause) ConstructorSiteServiceException(String msgId, Throwable cause) Constructor -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SiteServiceException
Constructor- Parameters:
msgId- message id
-
SiteServiceException
Constructor- Parameters:
msgId- message idmsgParams- message params
-
SiteServiceException
Constructor- Parameters:
msgId- message idcause- causing exception
-
SiteServiceException
Constructor- Parameters:
msgId- message idmsgParams- message paramscause- causing exception
-