com.ibm.portal.um.exceptions
Class AttributeNotDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.um.exceptions.PumaException
com.ibm.portal.um.exceptions.PumaAttributeException
com.ibm.portal.um.exceptions.AttributeNotDefinedException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public class AttributeNotDefinedException
- extends PumaAttributeException
An Exception of type AttributeNotDefinedException
is thrown, if it is tried to store not defined attributes
All available com.ibm.portal.um.User attributes can be received by calling
com.ibm.portal.um.PumaProfile.getDefinedUserAttributes()
- Since:
- 5.1.0.1
- See Also:
- PumaProfile,
Serialized Form
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
|
AttributeNotDefinedException
protected AttributeNotDefinedException(java.lang.Throwable t)