|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.exceptions
Class CannotInstantiateAccessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.AccessorException
com.ibm.portal.state.exceptions.CannotInstantiateAccessorException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class CannotInstantiateAccessorException
- extends AccessorException
Exception representing the error case that a particular accessor factory
specified in a config resource (e.g. a properties file) is unknown.
- Since:
- 5.1
- See Also:
- Serialized Form
Constructor Summary
|
CannotInstantiateAccessorException(java.lang.Class aType,
java.lang.Exception aReason)
There is no known implementation for accessors of the given type. |
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 |
CannotInstantiateAccessorException
public CannotInstantiateAccessorException(java.lang.Class aType,
java.lang.Exception aReason)
- There is no known implementation for accessors of the given type.
- Parameters:
- aType - Classobject of the accessor factory that was unknown
- aReason - Exception that provides details on the reason of this exception
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |