|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.web.sharepoint.auth.SiteMemberMappingException
public class SiteMemberMappingException
An exception thrown by a SiteMemberMapper.
| Constructor Summary | |
|---|---|
SiteMemberMappingException(java.lang.String msgId)
Constructs a SiteMemberMappingException. |
|
SiteMemberMappingException(java.lang.String msgId,
java.lang.Object[] msgParams)
Constructs a SiteMemberMappingException. |
|
SiteMemberMappingException(java.lang.String msgId,
java.lang.Object[] msgParams,
java.lang.Throwable cause)
Constructs a SiteMemberMappingException. |
|
SiteMemberMappingException(java.lang.String msgId,
java.lang.Throwable cause)
Constructs a SiteMemberMappingException. |
|
| Method Summary |
|---|
| Methods inherited from class org.alfresco.error.AlfrescoRuntimeException |
|---|
create, create, getMsgId, getMsgParams, makeRuntimeException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SiteMemberMappingException(java.lang.String msgId)
SiteMemberMappingException.
msgId - the message id
public SiteMemberMappingException(java.lang.String msgId,
java.lang.Object[] msgParams)
SiteMemberMappingException.
msgId - the message idmsgParams - the message parameters
public SiteMemberMappingException(java.lang.String msgId,
java.lang.Throwable cause)
SiteMemberMappingException.
msgId - the message idcause - the cause
public SiteMemberMappingException(java.lang.String msgId,
java.lang.Object[] msgParams,
java.lang.Throwable cause)
SiteMemberMappingException.
msgId - the message idmsgParams - the message parameterscause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||