Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.state.accessors.exceptions
Class ResourceUrlExceptionjava.lang.Object java.lang.Throwable java.lang.Exception com.ibm.portal.state.exceptions.StateException com.ibm.portal.state.accessors.exceptions.ResourceUrlException
- All Implemented Interfaces:
- Localized, java.io.Serializable
- Direct Known Subclasses:
- CannotRetrieveResourceUrlAccessorException, InvalidResourceTypeException, ResourceNotFoundException
public abstract class ResourceUrlException- extends StateException
Base exception related to resource URL handling.
- Since:
- 5.1
- See Also:
- Serialized Form
Constructor Summary ResourceUrlException()
Initializes this exception.ResourceUrlException(java.lang.Exception aRoot)
Initializes this exception.
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
Constructor Detail ResourceUrlException
public ResourceUrlException()
- Initializes this exception.
ResourceUrlException
public ResourceUrlException(java.lang.Exception aRoot)
- Initializes this exception.
- Parameters:
- aRoot - root cause for the exception
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD