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