Class SessionLockManager.AlreadyLockedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SessionLockManager

    public static class SessionLockManager.AlreadyLockedException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AlreadyLockedException​(java.nio.file.Path p_i231438_1_, java.lang.String p_i231438_2_)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SessionLockManager.AlreadyLockedException alreadyLocked​(java.nio.file.Path p_233000_0_)  
      • 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

      • AlreadyLockedException

        private AlreadyLockedException​(java.nio.file.Path p_i231438_1_,
                                       java.lang.String p_i231438_2_)