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

io.rocketbase.commons.exception.VerificationException Maven / Gradle / Ivy

There is a newer version: 4.4.1
Show newest version
package io.rocketbase.commons.exception;

import lombok.Getter;
import lombok.RequiredArgsConstructor;
import lombok.ToString;

@ToString
@Getter
@RequiredArgsConstructor
public class VerificationException extends RuntimeException {

    private final String field;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy