|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.accessors.exceptions
Class ShowToolsAccessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.accessors.exceptions.ShowToolsAccessorException
- All Implemented Interfaces:
- Localized, java.io.Serializable
- Direct Known Subclasses:
- InvalidShowToolsFlagException
public abstract class ShowToolsAccessorException
- extends StateException
Exception which should be thrown in case of errors when accessing
Show Tools information via a ShowToolsAccessor.
- Since:
- 5.1
- See Also:
- Serialized Form
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 |
accessor
protected final ShowToolsAccessor accessor
- Show Tools accessor that caused the exception
ShowToolsAccessorException
public ShowToolsAccessorException(ShowToolsAccessor aAccessor)
- Initializes the exception with the accessor that caused the exception
- Parameters:
- aAccessor - Show Tools accessor that caused the exception
ShowToolsAccessorException
public ShowToolsAccessorException(ShowToolsAccessor aAccessor,
java.lang.Exception aReason)
- Initializes the exception with the accessor that caused the exception.
- Parameters:
- aAccessor - Show Tools accessor that caused the exception
- aReason - Exception that gives details on the reason
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |