PREV CLASS
NEXT CLASS
com.ibm.wps.portlet.menu
Class MenuTreeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wps.portlet.menu.MenuTreeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MemoryMenuTreeException, XMIMenuTreeException
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
-
public class MenuTreeException
- extends java.lang.Exception
MenuTreeException is a checked exception that indicates a general failure while accessing methods
of the MenuTree.
Many methods of portlet menu interfaces and services can throw this or a derived exception.
- Since:
- 5.0
- See Also:
- 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 |
MenuTreeException
public MenuTreeException()
- Deprecated.
- MenuTreeException constructor
MenuTreeException
public MenuTreeException(java.lang.String id)
- Deprecated.
- MenuTreeException constructor
- Parameters:
- id - exception message
PREV CLASS
NEXT CLASS