public final class ProductionException extends RuntimeException
ProductionException indicates that a Producer failed to
produce a value.| Constructor and Description |
|---|
ProductionException(String message)
Creates a new
ProductionException with the given message. |
ProductionException(String message,
Throwable cause)
Creates a new
ProductionException with the given message and
cause. |
ProductionException(Throwable cause)
Creates a new
ProductionException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProductionException(String message, Throwable cause)
ProductionException with the given message and
cause.message - The message.cause - The cause of this ProductionException.public ProductionException(String message)
ProductionException with the given message.message - The message.public ProductionException(Throwable cause)
ProductionException with the given cause.cause - The cause of this ProductionException.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.