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

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

public abstract class IconNotFoundException
extends ResourceNotFoundException

Exception thrown when the icon was not found.

Since:
5.1
See Also:
Serialized Form

Field Summary
protected  PortalResources.State state
          state of the icon that could not be located
 
Fields inherited from class com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
name
 
Constructor Summary
IconNotFoundException(java.lang.String aName, PortalResources.State aState)
          Thrown if the icon could not be found.
IconNotFoundException(java.lang.String aName, PortalResources.State aState, java.lang.Exception aReason)
          Thrown if the icon could not be found.
 
Method Summary
 PortalResources.State getState()
           
 
Methods inherited from class com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
getName, getStatus
 
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

state

protected final PortalResources.State state
state of the icon that could not be located

Constructor Detail

IconNotFoundException

public IconNotFoundException(java.lang.String aName,
                             PortalResources.State aState,
                             java.lang.Exception aReason)
Thrown if the icon could not be found.

Parameters:
aReason - Reason for not being able to find the icon
aState - State of the icon
aName - Identification of the resource that could not be located

IconNotFoundException

public IconNotFoundException(java.lang.String aName,
                             PortalResources.State aState)
Thrown if the icon could not be found.

Parameters:
aName - Identification of the resource that could not be located
aState - State of the icon
Method Detail

getState

public PortalResources.State getState()
Returns:
state of the icon that could not be located