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