org.qi4j.api.service
Class ServiceImporterException

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

public class ServiceImporterException
extends RuntimeException

If a ServiceImporter could not import a service instance it must throw this exception.

See Also:
Serialized Form

Constructor Summary
ServiceImporterException()
           
ServiceImporterException(String string)
           
ServiceImporterException(String string, Throwable throwable)
           
ServiceImporterException(Throwable throwable)
           
 
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

ServiceImporterException

public ServiceImporterException()

ServiceImporterException

public ServiceImporterException(String string)

ServiceImporterException

public ServiceImporterException(String string,
                                Throwable throwable)

ServiceImporterException

public ServiceImporterException(Throwable throwable)