io.dropwizard.vavr.jersey.EmptyValueException Maven / Gradle / Ivy
package io.dropwizard.vavr.jersey;
/**
* An exception thrown when a resource endpoint attempts to write out a
* {@link io.vavr.Value} that is empty.
*/
public class EmptyValueException extends RuntimeException {
public static final EmptyValueException INSTANCE = new EmptyValueException();
private EmptyValueException() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy