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

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

public class UnexpectedBehaviourException
extends EditorFrameworkRuntimeException

UnexpectedBehaviourException Something unexpected occur while handling the editor flow.

See Also:
Serialized Form

Constructor Summary
UnexpectedBehaviourException(java.lang.String message)
          Constructor
UnexpectedBehaviourException(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

UnexpectedBehaviourException

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

UnexpectedBehaviourException

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