|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.accessors.portlet.exceptions
Class CannotSetTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.AccessorException
com.ibm.portal.state.accessors.portlet.exceptions.CannotSetTargetException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class CannotSetTargetException
- extends AccessorException
Exception which is supposed to be thrown in case that a portlet cannot be selected
as an action or render target.
- Since:
- 5.1
- See Also:
- Serialized Form
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 |
iPortletWindowID
protected final ObjectID iPortletWindowID
- The ObjectID of the portlet which cannot be
selected as an action or render target.
iAccessor
protected final PortletTargetAccessorController iAccessor
- The target accessor which tried to select the portlet.
CannotSetTargetException
public CannotSetTargetException(ObjectID aPortletWindowID,
PortletTargetAccessorController aAccessor)
- Initializes this exception.
- Parameters:
- aPortletWindowID - The ObjectID of the portlet
that cannot be selected as an action or render target.
- aAccessor - The portlet target ,accessor which was unable
to declare the portet as an action or render target.
CannotSetTargetException
public CannotSetTargetException(ObjectID aPortletWindowID,
PortletTargetAccessorController aAccessor,
java.lang.Throwable aReason)
- Initializes this exception.
- Parameters:
- aPortletWindowID - The ObjectID of the portlet
that cannot be selected as an action or render target.
- aAccessor - The portlet target accessor which was unable
to declare the portet as an action or render target.
- aReason - Exception representing the reason for this exception.
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |