public final class ProvisioningException extends RuntimeException
ProvisioningException indicates that a Provider failed to
provide a product.Provider,
Serialized Form| Constructor and Description |
|---|
ProvisioningException(String message)
Constructs a
ProvisioningException with the given message. |
ProvisioningException(String message,
Throwable cause)
Constructs a
ProvisioningException with the given message and cause. |
ProvisioningException(Throwable cause)
Constructs a
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.
The given cause is chained to this exception.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. The given
cause is chained to this exception.cause - The cause of this ProvisioningException.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.