Class LibraryLockFailedException

  • All Implemented Interfaces:
    Serializable

    public class LibraryLockFailedException
    extends RuntimeException
    An exception indicating failing on library locking to creating, editing or deleting a library.
    See Also:
    Serialized Form
    • Constructor Detail

      • LibraryLockFailedException

        public LibraryLockFailedException​(String message)
        Creates a new instance.
        Parameters:
        message - the detail message, cannot be null
      • LibraryLockFailedException

        public LibraryLockFailedException​(Throwable cause)
        Creates a new instance.
        Parameters:
        cause - the cause, cannot be null
      • LibraryLockFailedException

        public LibraryLockFailedException​(String message,
                                          Throwable cause)
        Creates a new instance.
        Parameters:
        message - the detail message, cannot be null
        cause - the cause, cannot be null