public class ResourceNotFoundException extends UnexpectedException
A generic exception thrown when a resource tried to access cannot be found.
| Constructor and Description |
|---|
ResourceNotFoundException() |
ResourceNotFoundException(File file) |
ResourceNotFoundException(String message) |
ResourceNotFoundException(String message,
Object... args) |
ResourceNotFoundException(Throwable cause) |
ResourceNotFoundException(Throwable cause,
String message,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException(File file)
public ResourceNotFoundException()
public ResourceNotFoundException(String message)
public ResourceNotFoundException(Throwable cause)
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.