com.ibm.portal.taskui
Class TaskUIManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.taskui.TaskUIManagerException
All Implemented Interfaces:
Localized, java.io.Serializable

Deprecated. This API is deprecated since version 8.0 - Human Task processing functionality is handled by the new Universal Tasklist Portlet.

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.