com.ibm.portal.portlet.service

Class PortletServiceInvalidInterfaceException

  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.PortletServiceInvalidInterfaceException
All implemented interfaces:
java.io.Serializable

  1. public abstract class PortletServiceInvalidInterfaceException
  2. extends PortletServiceUnavailableException
Exception that indicates that a PortletServiceHome object cannot provide an implementation for the requested interface.
See Also:
Serialized Form

Constructor Summary

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

Method Summary

Modifier and Type Method and Description
  1. abstract
  2. java.lang.Class
getServiceInterface()
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

PortletServiceInvalidInterfaceException

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

Method Detail

getServiceInterface

  1. public abstract java.lang.Class getServiceInterface( )