| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.portal.resolver.exceptions.ResolutionException com.ibm.portal.resolver.exceptions.EntityNotFoundException com.ibm.portal.resolver.exceptions.ServiceNotFoundException
public class ServiceNotFoundException
A service required during the resolution process could not be found
Field Summary | |
---|---|
protected java.lang.String | service
name of the service that could not be located |
Constructor Summary | |
---|---|
ServiceNotFoundException(java.lang.String aService)
Initializes the exception and identifies the service that could not be found | |
ServiceNotFoundException(java.lang.String aService,
java.lang.Throwable aCause)
Initializes the exception and identifies the service that could not be found |
Method Summary | |
---|---|
protected java.lang.Object | getEntity()
Returns the failing entity |
java.lang.String | getService()
|
int | getStatus()
Returns as a hint to the client the recommended HTTP status code. |
java.lang.String | getTitle(java.util.Locale aLocale)
Returns the title of this object in the given locale. |
Methods inherited from class com.ibm.portal.resolver.exceptions.ResolutionException |
---|
getDescription, getLocales, getLocalized, getLocalizedMessage, getLocalizedStatus, getMessage, getTitle |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final java.lang.String service
Constructor Detail |
---|
public ServiceNotFoundException(java.lang.String aService)
public ServiceNotFoundException(java.lang.String aService, java.lang.Throwable aCause)
Method Detail |
---|
public java.lang.String getTitle(java.util.Locale aLocale)
null
.
null
.
It is up to the invoker of the method to implement an appropriate
fallback mechanism.public java.lang.String getService()
public int getStatus()
protected java.lang.Object getEntity()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |