PREV CLASS
NEXT CLASS
com.ibm.portal.state.accessors.exceptions
Class InvalidSelectionNodeIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.accessors.exceptions.SelectionAccessorException
com.ibm.portal.state.accessors.exceptions.InvalidSelectionNodeIdException
- All Implemented Interfaces:
- Localized, java.io.Serializable
-
public abstract class InvalidSelectionNodeIdException
- extends SelectionAccessorException
Exception which should be thrown when detecting an invalid
identifier of a selected node.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
|
protected java.lang.String |
id
Invalid identifier of a selected node |
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 |
id
protected final java.lang.String id
- Invalid identifier of a selected node
InvalidSelectionNodeIdException
public InvalidSelectionNodeIdException(java.lang.String aSelectionNodeId,
SelectionAccessor aAccessor)
- Initializes the exception with the accessor that caused the exception
- Parameters:
- aSelectionNodeId - Invalid identifier of a selected node
- aAccessor - Selection accessor that caused the exception
InvalidSelectionNodeIdException
public InvalidSelectionNodeIdException(java.lang.String aSelectionNodeId,
SelectionAccessor aAccessor,
java.lang.Exception aReason)
- Initializes the exception with the accessor that caused the exception
- Parameters:
- aSelectionNodeId - Invalid identifier of a selected node
- aAccessor - Selection accessor that caused the exception
- aReason - Reason for the exception
PREV CLASS
NEXT CLASS