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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.portal.admin.editor.exception.EditorFrameworkException
                    |
                    +--com.sap.portal.admin.editor.exception.EditorDataException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EditorObjectNotFoundException

public class EditorDataException
extends EditorFrameworkException

EditorDataException An error occur during data handling

See Also:
Serialized Form

Constructor Summary
EditorDataException(java.lang.String message)
          Constructor
EditorDataException(java.lang.String message, java.lang.Throwable nestedException)
          Constructor
 
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

EditorDataException

public EditorDataException(java.lang.String message)
Constructor
Parameters:
message -  

EditorDataException

public EditorDataException(java.lang.String message,
                           java.lang.Throwable nestedException)
Constructor
Parameters:
message -  
nestedException -