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

io.mstream.trader.commons.utils.exception.NotFoundException Maven / Gradle / Ivy

package io.mstream.trader.commons.utils.exception;


public class NotFoundException
        extends LightweightException {
    
    private static final NotFoundException instance =
            new NotFoundException();
    
    protected NotFoundException() {}
    
    public static RuntimeException get() {
        
        return instance;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy