public class ResourceNotFoundException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceNotFoundException.ResourceType
ResourceType specifies types of resources.
|
| Constructor and Description |
|---|
ResourceNotFoundException(String message,
ResourceNotFoundException.ResourceType resourceType,
String resourceName) |
ResourceNotFoundException(String message,
ResourceNotFoundException.ResourceType resourceType,
String resourceName,
Throwable cause) |
ResourceNotFoundException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceName() |
ResourceNotFoundException.ResourceType |
getResourceType() |
String |
getResourceTypeString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException(String message, ResourceNotFoundException.ResourceType resourceType, String resourceName)
public ResourceNotFoundException(String message, ResourceNotFoundException.ResourceType resourceType, String resourceName, Throwable cause)
public String getResourceName()
public ResourceNotFoundException.ResourceType getResourceType()
public String getResourceTypeString()
Copyright © 2019 WSO2. All rights reserved.