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 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

PortletServiceInstantiationException

public PortletServiceInstantiationException()