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

kz.greetgo.file_storage.impl.DatabaseNotPrepared Maven / Gradle / Ivy

package kz.greetgo.file_storage.impl;

public class DatabaseNotPrepared extends RuntimeException {
  @Override
  public synchronized Throwable fillInStackTrace() {
    return this;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy