+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.state.accessors.exceptions
Class PortletAccessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.state.exceptions.StateException
              extended by com.ibm.portal.state.accessors.exceptions.PortletAccessorException
All Implemented Interfaces:
Localized, java.io.Serializable
Direct Known Subclasses:
InvalidPortletModeException, InvalidWindowStateException
public abstract class PortletAccessorException
extends StateException

Base exception representing errors occuring in a PortletAccessor implementation. Should be sub-classed by more specific exceptions

Since:
5.1
See Also:
Serialized Form

Field Summary
protected  PortletAccessor accessor
          Portlet accessor that caused the exception
 
Constructor Summary
PortletAccessorException(PortletAccessor aAccessor)
          Initializes the exception with the accessor that caused the exception
PortletAccessorException(PortletAccessor aAccessor, java.lang.Exception aReason)
          Initializes the exception with the accessor that caused the exception
 
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
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Field Detail

accessor

protected final PortletAccessor accessor
Portlet accessor that caused the exception

Constructor Detail

PortletAccessorException

public PortletAccessorException(PortletAccessor aAccessor)
Initializes the exception with the accessor that caused the exception

Parameters:
aAccessor - Portlet accessor that caused the exception

PortletAccessorException

public PortletAccessorException(PortletAccessor aAccessor,
                                java.lang.Exception aReason)
Initializes the exception with the accessor that caused the exception

Parameters:
aAccessor - Portlet accessor that caused the exception
aReason - Reason for the exception
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD