Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.um.exceptions
Class PumaSystemExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.um.exceptions.PumaException
com.ibm.portal.um.exceptions.PumaSystemException
- All Implemented Interfaces:
- Localized, java.io.Serializable
- Direct Known Subclasses:
- SizeLimitExceedException
public abstract class PumaSystemException- extends PumaException
The PumaSystemException covers exceptions related to the User Backend System.
This Exception covers items like database not available, Member Subsystem not available.
- Since:
- 5.1.0.1
- See Also:
- Serialized Form
Constructor Summary protected PumaSystemException(java.lang.Throwable cause)
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 PumaSystemException
protected PumaSystemException(java.lang.Throwable cause)
- Parameters:
- cause -
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD