com.sap.portal.admin.editor.exception
Class EditorObjectNotFoundException

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
All Implemented Interfaces:
java.io.Serializable

public class EditorObjectNotFoundException
extends EditorDataException

EditorObjectNotFoundException A data exception that will be thrown If a data object could not be found for some reason.

See Also:
Serialized Form

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

EditorObjectNotFoundException

public EditorObjectNotFoundException(java.lang.String message)
Creates a new EditorObjectNotFoundException object.
Parameters:
message - a message to be published to the end user

EditorObjectNotFoundException

public EditorObjectNotFoundException(java.lang.String message,
                                     java.lang.Throwable nestedException)
Creates a new EditorObjectNotFoundException object.
Parameters:
message - a message to be published to the end user
nestedException - the exception that triggered this exception