org.wso2.registry.exceptions
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.registry.exceptions.RegistryException
              extended by org.wso2.registry.exceptions.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotFoundException
extends RegistryException

This is thrown when a requested resource cannot be located in the Registry.

See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(java.lang.String path)
           
 
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

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String path)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.