public class FrameworkProducerException extends Exception
FrameworkProducer are detected.| Constructor and Description |
|---|
FrameworkProducerException()
Instantiates a new
FrameworkProducerException. |
FrameworkProducerException(String message)
Instantiates a new
FrameworkProducerException with the provided message. |
FrameworkProducerException(String message,
Throwable throwable)
Instantiates a new
FrameworkProducerException with the provided message and throwable. |
FrameworkProducerException(Throwable throwable)
Instantiates a new
FrameworkProducerException with the provided throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FrameworkProducerException()
FrameworkProducerException.public FrameworkProducerException(String message)
FrameworkProducerException with the provided message.message - the messagepublic FrameworkProducerException(String message, Throwable throwable)
FrameworkProducerException with the provided message and throwable.message - the messagethrowable - the throwablepublic FrameworkProducerException(Throwable throwable)
FrameworkProducerException with the provided throwable.throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.