|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.wso2.carbon.registry.api.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.ResourceNotFoundException
public class ResourceNotFoundException
This is thrown when a requested resource cannot be located in the Registry.
Constructor Summary | |
---|---|
ResourceNotFoundException(java.lang.String path)
Constructs a new exception for a resource not found in the given path. |
|
ResourceNotFoundException(java.lang.String path,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceNotFoundException(java.lang.String path)
path
- the give path at which the resource was not found.public ResourceNotFoundException(java.lang.String path, java.lang.Throwable cause)
path
- the give path at which the resource was not found.cause
- the cause of this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |