Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.portlet.service
Class PortletServiceInstantiationExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.portlet.PortletException
com.ibm.portal.portlet.service.PortletServiceUnavailableException
com.ibm.portal.portlet.service.PortletServiceInstantiationException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class PortletServiceInstantiationException- extends PortletServiceUnavailableException
Exception that indicates that the portal was unable to instantiate an implementation for the requested portlet service.
- Since:
- 5.1
- See Also:
- Serialized Form
Constructor Summary PortletServiceInstantiationException()
Method Summary
Methods inherited from class com.ibm.portal.portlet.service.PortletServiceUnavailableException getDescription, getLocales, getTitle
Methods inherited from class javax.portlet.PortletException getCause, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail PortletServiceInstantiationException
public PortletServiceInstantiationException()
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD