org.ops4j.spi
Class NoServiceProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.