net.dpml.component
Class ServiceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bynet.dpml.component.ControlException
                  extended bynet.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.0.1
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
ServiceNotFoundException(URI uri, String classname)
          Creation of a new ServiceNotFoundException.
 
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