Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.um.exceptions
Class MemberAlreadyExistsExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.um.exceptions.PumaException
com.ibm.portal.um.exceptions.PumaModelException
com.ibm.portal.um.exceptions.MemberAlreadyExistsException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public class MemberAlreadyExistsException- extends PumaModelException
An Exception of type MemberAlreadyExistsException is thrown, if an entry for the given com.ibm.portal.um.User or com.ibm.portal.um.Group already exists within the user storage system.
- Since:
- 5.1.0.1
- See Also:
- Serialized Form
Constructor Summary protected MemberAlreadyExistsException(java.lang.Throwable t)
Method Summary
Methods inherited from class com.ibm.portal.um.exceptions.PumaException getDescription, getLocales, getTitle
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 MemberAlreadyExistsException
protected MemberAlreadyExistsException(java.lang.Throwable t)
- Parameters:
- t -
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD