All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eurodyn.qlack.fuse.cm.exception.QDescendantNodeLockException Maven / Gradle / Ivy

There is a newer version: 3.6.8
Show newest version
package com.eurodyn.qlack.fuse.cm.exception;

@SuppressWarnings("squid:MaximumInheritanceDepth")
public class QDescendantNodeLockException extends QNodeLockException {

  private static final long serialVersionUID = 9055719925828944313L;

  public QDescendantNodeLockException(String message) {
    super(message);
  }

  public QDescendantNodeLockException(String message, String conflictNodeID,
      String conflictNodeName) {
    super(message, conflictNodeID, conflictNodeName);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy