[Felix Framework]

org.apache.felix.moduleloader
Class ResourceNotFoundException

Object
  extended by Throwable
      extended by Exception
          extended by org.apache.felix.moduleloader.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException
extends Exception

See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(String msg)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException(String msg)

[Felix Framework]