| |||||||||
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.EntityDeletedException
public abstract class EntityDeletedException
An entity was not found on the server because it has been deleted
Constructor Summary | |
---|---|
protected | EntityDeletedException()
|
protected | EntityDeletedException(java.lang.Throwable th)
|
Method Summary | |
---|---|
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.EntityNotFoundException |
---|
getEntity |
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 |
Constructor Detail |
---|
protected EntityDeletedException()
protected EntityDeletedException(java.lang.Throwable th)
Method Detail |
---|
public int getStatus()
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.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |