public class ConcreteImplementationNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ConcreteImplementationNotFoundException() |
ConcreteImplementationNotFoundException(String string) |
ConcreteImplementationNotFoundException(String string,
Throwable thrwbl) |
ConcreteImplementationNotFoundException(String string,
Throwable thrwbl,
boolean bln,
boolean bln1) |
ConcreteImplementationNotFoundException(Throwable thrwbl) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConcreteImplementationNotFoundException()
public ConcreteImplementationNotFoundException(String string)
public ConcreteImplementationNotFoundException(String string, Throwable thrwbl)
public ConcreteImplementationNotFoundException(Throwable thrwbl)
Copyright © 2018–2020. All rights reserved.