io.baltoro.exception.NotFoundException Maven / Gradle / Ivy
package io.baltoro.exception;
public class NotFoundException extends ServiceException
{
/**
*
*/
private static final long serialVersionUID = 1L;
public NotFoundException(Throwable t)
{
super(t);
}
public NotFoundException(String error)
{
super(error);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy