PREV CLASS
NEXT CLASS
com.ibm.portal.portlet.service
Class PortletServiceInvalidInterfaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.portlet.PortletException
com.ibm.portal.portlet.service.PortletServiceUnavailableException
com.ibm.portal.portlet.service.PortletServiceInvalidInterfaceException
- All Implemented Interfaces:
- Localized, java.io.Serializable
-
public abstract class PortletServiceInvalidInterfaceException
- extends PortletServiceUnavailableException
Exception that indicates that a PortletServiceHome object
cannot provide an implementation
for the requested interface.
Note that this exception may also occur if the service provider and the service requestor
access an interface with the same name in different classloaders. This can happen if the service
interface is packaged with the portlet requesting the service. Normally, service interfaces
are provided by the portal and should not be packaged in portlet archives.
- Since:
- 5.1
- See Also:
- Serialized Form
Method Summary
|
abstract java.lang.Class |
getServiceInterface()
Return the service interface that was requested but could not be provided. |
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 |
PortletServiceInvalidInterfaceException
public PortletServiceInvalidInterfaceException()
getServiceInterface
public abstract java.lang.Class getServiceInterface()
- Returns the service interface that was requested but could not be provided.
PREV CLASS
NEXT CLASS