public class ResourceNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ResourceNotFoundException(String resourceName) |
ResourceNotFoundException(String resourceName,
String message) |
ResourceNotFoundException(String resourceName,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getResourceName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException(String resourceName)
public String getResourceName()
public String getMessage()
getMessage in class ThrowableCopyright © 2015–2017. All rights reserved.