+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.portlet.service
Class PortletServiceInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.portlet.PortletException
              extended by com.ibm.portal.portlet.service.PortletServiceUnavailableException
                  extended by 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()
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD