Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.taskui
Class TaskUIManagerExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.taskui.TaskUIManagerException
Deprecated. This API is deprecated since version 8.0 - Human Task processing functionality is handled by the new Universal Tasklist Portlet.
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class TaskUIManagerException- extends java.lang.Exception
- implements Localized
Exception that indicates errors during processing of the TaskUIManager's methods.
- Since:
- 5.1
- See Also:
- Serialized Form
Constructor Summary TaskUIManagerException()
Deprecated. Constructor.TaskUIManagerException(java.lang.Throwable cause)
Deprecated. Constructor.
Method Summary
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
Methods inherited from interface com.ibm.portal.Localized getDescription, getLocales, getTitle
Constructor Detail TaskUIManagerException
public TaskUIManagerException()
- Deprecated.
- Constructor.
TaskUIManagerException
public TaskUIManagerException(java.lang.Throwable cause)
- Deprecated.
- Constructor.
- Parameters:
- cause - The cause of the exception.
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD