|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.jsdt.facade.ApplicationObjectNotFoundException
public class ApplicationObjectNotFoundException
Purpose: Exception indicating that the specified application could not be foud.
Constructor Summary | |
---|---|
protected |
ApplicationObjectNotFoundException(java.lang.String id,
java.lang.String errorMessage)
|
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
Returns the error message for this exception. |
java.lang.String |
getId()
Returns the id of the application that could not be found |
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 |
Constructor Detail |
---|
protected ApplicationObjectNotFoundException(java.lang.String id, java.lang.String errorMessage)
Method Detail |
---|
public java.lang.String getErrorMessage()
public java.lang.String getId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |