public class NotFoundException extends Exception
NotFoundException()
NotFoundException(String message)
NotFoundException(String message, Throwable cause)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public NotFoundException()
public NotFoundException(String message)
public NotFoundException(String message, Throwable cause)
Copyright © 2025. All rights reserved.