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

org.kurento.client.TransactionNotCommitedException Maven / Gradle / Ivy


package org.kurento.client;

public class TransactionNotCommitedException extends TransactionException {

  private static final long serialVersionUID = 3270649817818849622L;

  public TransactionNotCommitedException() {
  }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy