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

io.rocketbase.commons.exception.UnknownUserException 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
@RequiredArgsConstructor
@Getter
public class UnknownUserException extends RuntimeException {

    private final boolean email;
    private final boolean username;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy