com.ibm.wps.portletservice.portletmenu
Class XMIMenuTreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wps.portlet.menu.MenuTreeException
              extended by com.ibm.wps.portletservice.portletmenu.XMIMenuTreeException
All Implemented Interfaces:
java.io.Serializable

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 XMIMenuTreeException
extends MenuTreeException

The XMIMenuTreeException class is derived from MenuTreeException and can be thrown by methods of a MenuTree instance created from XMIMenuService and by methods of the controller interface MenuTreeInfoCopyCtrl.

Since:
5.0
See Also:
Serialized Form

Constructor Summary
XMIMenuTreeException()
          Deprecated. XMIMenuTreeException constructor.
XMIMenuTreeException(java.lang.String id)
          Deprecated. XMIMenuTreeException 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
 

Constructor Detail

XMIMenuTreeException

public XMIMenuTreeException()
Deprecated. 
XMIMenuTreeException constructor.


XMIMenuTreeException

public XMIMenuTreeException(java.lang.String id)
Deprecated. 
XMIMenuTreeException constructor.

Parameters:
id - exception message.