org.wso2.carbon.registry.core.exceptions
Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.ResourceNotFoundException
- All Implemented Interfaces:
- Serializable
public class ResourceNotFoundException
- extends RegistryException
This is thrown when a requested resource cannot be located in the Registry.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceNotFoundException
public ResourceNotFoundException(String path)
- Constructs a new exception for a resource not found in the given path.
- Parameters:
path
- the give path at which the resource was not found.
Copyright © 2010. All Rights Reserved.