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, getNumericalId, getRootCause, makeRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SiteMemberMappingException(VtiError error)
SiteMemberMappingException
.error
- The underlying error, usually VtiError.DOES_NOT_EXIST
public 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–2017 Alfresco Software. All rights reserved.