@ThreadSafe public class ResourceNotFoundException extends Exception
| Constructor and Description |
|---|
ResourceNotFoundException()
Creates a new ResourceNotFoundException.
|
ResourceNotFoundException(String msg)
Creates a new ResourceNotFoundException.
|
ResourceNotFoundException(String msg,
Throwable ex)
Creates a new ResourceNotFoundException.
|
ResourceNotFoundException(Throwable ex)
Creates a new ResourceNotFoundException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException()
public ResourceNotFoundException(String msg)
msg - a message for the exception.public ResourceNotFoundException(Throwable ex)
ex - the cause of the exception.Copyright © 2012–2020 OWASP. All rights reserved.