public class ResourceNotFoundException extends RegistryException
Constructor and Description |
---|
ResourceNotFoundException(String path)
Constructs a new exception for a resource not found in the given path.
|
ResourceNotFoundException(String path,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceNotFoundException(String path)
path
- the give path at which the resource was not found.Copyright © 2016 WSO2 Inc. All Rights Reserved.