net.dpml.lang
Class UnknownServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.dpml.lang.UnknownServiceException
All Implemented Interfaces:
Serializable

public class UnknownServiceException
extends Exception

Exception raised if a requested service cannot be found.

Version:
2.1.0
Author:
Digital Product Management Library
See Also:
Serialized Form

Constructor Summary
UnknownServiceException(String classname)
          Construct a new UnknownServiceException instance.
 
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

UnknownServiceException

public UnknownServiceException(String classname)
Construct a new UnknownServiceException instance.

Parameters:
classname - the class name