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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sap.portal.admin.editor.exception.EditorFrameworkRuntimeException
                          |
                          +--com.sap.portal.admin.editor.exception.EditorRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class EditorRuntimeException
extends EditorFrameworkRuntimeException

Exception of all the unexpected errors that occur during the editor runtime.

See Also:
Serialized Form

Constructor Summary
EditorRuntimeException(java.lang.String message)
          Constructor
EditorRuntimeException(java.lang.String message, java.lang.Throwable nestedException)
          Constructor
 
Methods inherited from class com.sap.portal.admin.editor.exception.EditorFrameworkRuntimeException
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

EditorRuntimeException

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

EditorRuntimeException

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