|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sap.portal.admin.editor.exception.EditorFrameworkException
|
+--com.sap.portal.admin.editor.exception.EditorDataException
|
+--com.sap.portal.admin.editor.exception.EditorObjectNotFoundException
EditorObjectNotFoundException A data exception that will be thrown If a data object could not be found for some reason.
| Constructor Summary | |
EditorObjectNotFoundException(java.lang.String message)
Creates a new EditorObjectNotFoundException object. |
|
EditorObjectNotFoundException(java.lang.String message,
java.lang.Throwable nestedException)
Creates a new EditorObjectNotFoundException object. |
|
| Methods inherited from class com.sap.portal.admin.editor.exception.EditorFrameworkException |
getNestedException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EditorObjectNotFoundException(java.lang.String message)
message - a message to be published to the end user
public EditorObjectNotFoundException(java.lang.String message,
java.lang.Throwable nestedException)
message - a message to be published to the end usernestedException - the exception that triggered this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||