Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.um.exceptions
Class PumaAttributeExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.um.exceptions.PumaException
com.ibm.portal.um.exceptions.PumaAttributeException
- All Implemented Interfaces:
- Localized, java.io.Serializable
- Direct Known Subclasses:
- AttributeNotDefinedException, MandatoryAttributeMissingException, ModifyReadOnlyAttributeException
public abstract class PumaAttributeException- extends PumaException
The PumaAttributeException covers exceptions related to Attribute read/write operations.
This Exception covers items like Attribute not defined, modify read only attribute, Schema violation.
- Since:
- 5.1.0.1
- See Also:
- Serialized Form
Constructor Summary protected PumaAttributeException(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 PumaAttributeException
protected PumaAttributeException(java.lang.Throwable t)
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD