com.ibm.portal.portlet.service

Class PortletServiceInstantiationException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.portal.portlet.service.PortletServiceUnavailableException
  5. extended bycom.ibm.portal.portlet.service.PortletServiceInstantiationException
All implemented interfaces:
java.io.Serializable

  1. public abstract class PortletServiceInstantiationException
  2. extends PortletServiceUnavailableException
Exception that indicates that the portal was unable to instantiate an implementation for the requested portlet service.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
PortletServiceInstantiationException(java.lang.String s)

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

PortletServiceInstantiationException

  1. public PortletServiceInstantiationException( java.lang.String s)