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

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

public class EditorLockingException
extends EditorFrameworkException

This Exception is thrown if an error occur while handling locking.

See Also:
Serialized Form

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

EditorLockingException

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

EditorLockingException

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