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

com.orientechnologies.common.exception.OSystemException Maven / Gradle / Ivy

There is a newer version: 3.2.32
Show newest version
package com.orientechnologies.common.exception;

/**
 * @author Andrey Lomakin (a.lomakin-at-orientdb.com) .
 * @since 9/28/2015
 */
public class OSystemException extends OException {

  public OSystemException(OSystemException exception) {
    super(exception);
  }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy