public class SiteTypeException
extends org.alfresco.error.AlfrescoRuntimeException
| Constructor and Description |
|---|
SiteTypeException(String msgId)
Constructs a
SiteTypeException. |
SiteTypeException(String msgId,
Object[] msgParams)
Constructs a
SiteTypeException. |
SiteTypeException(String msgId,
Object[] msgParams,
Throwable cause)
Constructs a
SiteTypeException. |
SiteTypeException(String msgId,
Throwable cause)
Constructs a
SiteTypeException. |
create, create, getMsgId, getMsgParams, getRootCause, makeRuntimeExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SiteTypeException(String msgId)
SiteTypeException.msgId - the message idpublic SiteTypeException(String msgId, Object[] msgParams)
SiteTypeException.msgId - the message idmsgParams - the message parameterspublic SiteTypeException(String msgId, Throwable cause)
SiteTypeException.msgId - the message idcause - the causeCopyright © 2005–2014 Alfresco Software. All rights reserved.