com.ibm.portal.state.exceptions
Class UnknownAccessorTypeException

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

public abstract class UnknownAccessorTypeException
extends AccessorException

Exception representing the error case that a given accessor type cannot be mapped to a concrete implementation class.

Since:
5.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.portal.state.exceptions.AccessorException
accessorType
 
Constructor Summary
UnknownAccessorTypeException(java.lang.Class aType)
          There is no known implementation for accessors of the given type.
 
Method Summary
 
Methods inherited from class com.ibm.portal.state.exceptions.AccessorException
getAccessorType
 
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

UnknownAccessorTypeException

public UnknownAccessorTypeException(java.lang.Class aType)
There is no known implementation for accessors of the given type.

Parameters:
aType - Classobject of the accessor factory that was unknown