@Beta public abstract class NotFoundException extends BaseException
Constructor and Description |
---|
NotFoundException(String message) |
NotFoundException(String message,
Object... args) |
NotFoundException(Throwable t,
String message) |
NotFoundException(Throwable cause,
String message,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundException(String message)