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

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.InvalidResourceTypeException
All Implemented Interfaces:
Localized, java.io.Serializable

public abstract class InvalidResourceTypeException
extends ResourceUrlException

Exception which should be thrown in case that a resource type is considered to be invalid.

Since:
5.1
See Also:
Serialized Form

Field Summary
protected  PortalResources.Type iName
          Name of the the resource type that is invalid
 
Constructor Summary
InvalidResourceTypeException(PortalResources.Type aName)
          Initializes the exception with the invalid resource type name
 
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

iName

protected final PortalResources.Type iName
Name of the the resource type that is invalid

Constructor Detail

InvalidResourceTypeException

public InvalidResourceTypeException(PortalResources.Type aName)
Initializes the exception with the invalid resource type name

Parameters:
aName - name of the resource type that is invalid