org.qi4j.api.service
Class ServiceNotRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.qi4j.api.common.InvalidApplicationException
                  extended by org.qi4j.api.service.ServiceNotRegisteredException
All Implemented Interfaces:
Serializable

public class ServiceNotRegisteredException
extends InvalidApplicationException

See Also:
Serialized Form

Constructor Summary
ServiceNotRegisteredException(Class<? extends ServiceComposite> serviceType, String message)
           
 
Method Summary
 Class<? extends ServiceComposite> serviceType()
           
 
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

ServiceNotRegisteredException

public ServiceNotRegisteredException(Class<? extends ServiceComposite> serviceType,
                                     String message)
Method Detail

serviceType

public Class<? extends ServiceComposite> serviceType()