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

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.NavigationShiftAccessorException
                  extended by com.ibm.portal.state.accessors.exceptions.InvalidNavigationNodeIdException
All Implemented Interfaces:
Localized, java.io.Serializable

public abstract class InvalidNavigationNodeIdException
extends NavigationShiftAccessorException

Exception which is supposed to be thrown when detecting an invalid identifier of a navigation node.

Since:
5.1
See Also:
Serialized Form

Field Summary
protected  java.lang.String id
          Invalid identifier of a navigation node
 
Fields inherited from class com.ibm.portal.state.accessors.exceptions.NavigationShiftAccessorException
accessor
 
Constructor Summary
InvalidNavigationNodeIdException(java.lang.String aNavigationNodeId, NavigationShiftAccessor aAccessor)
          Initializes the exception with the accessor that caused the exception
InvalidNavigationNodeIdException(java.lang.String aNavigationNodeId, NavigationShiftAccessor 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

id

protected final java.lang.String id
Invalid identifier of a navigation node

Constructor Detail

InvalidNavigationNodeIdException

public InvalidNavigationNodeIdException(java.lang.String aNavigationNodeId,
                                        NavigationShiftAccessor aAccessor)
Initializes the exception with the accessor that caused the exception

Parameters:
aNavigationNodeId - Invalid identifier of a selected node
aAccessor - Navigation shift accessor that caused the exception

InvalidNavigationNodeIdException

public InvalidNavigationNodeIdException(java.lang.String aNavigationNodeId,
                                        NavigationShiftAccessor aAccessor,
                                        java.lang.Exception aReason)
Initializes the exception with the accessor that caused the exception

Parameters:
aNavigationNodeId - Invalid identifier of a selected node
aAccessor - Navigation shift accessor that caused the exception
aReason - Reason for the exception