Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.state.accessors.exceptions
Class CannotModifySelectionExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.accessors.exceptions.SelectionAccessorException
com.ibm.portal.state.accessors.exceptions.CannotModifySelectionException
- All Implemented Interfaces:
- Localized, java.io.Serializable
- Direct Known Subclasses:
- CannotInsertSelectionNodeException
public abstract class CannotModifySelectionException- extends SelectionAccessorException
Exception representing the error case that the selection information cannot be modified via the SelectionAccessorController.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
Fields inherited from class com.ibm.portal.state.accessors.exceptions.SelectionAccessorException accessor
Constructor Summary CannotModifySelectionException(SelectionAccessor 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
Constructor Detail CannotModifySelectionException
public CannotModifySelectionException(SelectionAccessor aAccessor, java.lang.Exception aReason)
- Initializes the exception with the accessor that caused the exception.
- Parameters:
- aAccessor - Accessor that caused the exception
- aReason - Exception that gives details on the reason
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD