org.ops4j.spi
Class NoServiceProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ops4j.spi.NoServiceProviderException
All Implemented Interfaces:
Serializable

public class NoServiceProviderException
extends RuntimeException

An exception thrown when no service provider can be found for a given interface.

Author:
Harald Wellmann
See Also:
Serialized Form

Constructor Summary
NoServiceProviderException()
           
NoServiceProviderException(String message)
           
NoServiceProviderException(String message, Throwable cause)
           
NoServiceProviderException(Throwable cause)
           
 
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

NoServiceProviderException

public NoServiceProviderException()

NoServiceProviderException

public NoServiceProviderException(String message)

NoServiceProviderException

public NoServiceProviderException(String message,
                                  Throwable cause)

NoServiceProviderException

public NoServiceProviderException(Throwable cause)


Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.