Class IDurableLockingManager.LockAreaNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    IDurableLockingManager

    public static class IDurableLockingManager.LockAreaNotFoundException
    extends java.lang.IllegalStateException
    Thrown if a lock area is spcified that does not exist in a CDO repository.
    Author:
    Eike Stepper
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDurableLockingID()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LockAreaNotFoundException

        public LockAreaNotFoundException​(java.lang.String durableLockingID)
      • LockAreaNotFoundException

        public LockAreaNotFoundException​(java.lang.String message,
                                         java.lang.Throwable cause,
                                         java.lang.String durableLockingID)
    • Method Detail

      • getDurableLockingID

        public java.lang.String getDurableLockingID()