public class NoProviderException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Java serialization version.
|
Constructor and Description |
---|
NoProviderException(Class<?> serviceInterface)
Create missing provider exception for given service interface.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public NoProviderException(Class<?> serviceInterface)
serviceInterface
- service interface with no implementation found on run-time.Copyright © 2019. All rights reserved.