net.dpml.component
Class ServiceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.dpml.component.ControlException
                  extended by net.dpml.component.ServiceNotFoundException
All Implemented Interfaces:
Serializable

public class ServiceNotFoundException
extends ControlException

Exception thrown by a handler in response to a request for an unknown service.

Version:
1.2.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
ServiceNotFoundException(URI uri, String classname)
          Creation of a new ServiceNotFoundException.
 
Method Summary
 
Methods inherited from class net.dpml.component.ControlException
getControllerURI, getRootCause
 
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

ServiceNotFoundException

public ServiceNotFoundException(URI uri,
                                String classname)
Creation of a new ServiceNotFoundException.

Parameters:
uri - the controller uri
classname - the service classname