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

com.orientechnologies.orient.object.db.OObjectNotDetachedException Maven / Gradle / Ivy

The newest version!
package com.orientechnologies.orient.object.db;

@SuppressWarnings("serial")
public class OObjectNotDetachedException extends RuntimeException {

	public OObjectNotDetachedException() {
		super();
	}

	public OObjectNotDetachedException(String message, Throwable cause) {
		super(message, cause);
	}

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

	public OObjectNotDetachedException(Throwable cause) {
		super(cause);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy