public class SiteServiceException
extends org.alfresco.error.AlfrescoRuntimeException
| Constructor and Description |
|---|
SiteServiceException(String msgId)
Constructor
|
SiteServiceException(String msgId,
Object[] msgParams)
Constructor
|
SiteServiceException(String msgId,
Object[] msgParams,
Throwable cause)
Constructor
|
SiteServiceException(String msgId,
Throwable cause)
Constructor
|
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SiteServiceException(String msgId)
msgId - message idpublic SiteServiceException(String msgId, Object[] msgParams)
msgId - message idmsgParams - message paramspublic SiteServiceException(String msgId, Throwable cause)
msgId - message idcause - causing exceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.