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

kz.greetgo.file_storage.errors.MultipleBuilderUsage Maven / Gradle / Ivy

package kz.greetgo.file_storage.errors;

public class MultipleBuilderUsage extends RuntimeException {
  public MultipleBuilderUsage() {
    super("You can use builder only ones. Create new builder and build again");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy