Class ProvisioningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.cq.cloudservices.provisioning.ProvisioningException
- All Implemented Interfaces:
Serializable
Exception which should be thrown if provisioning fails for some reason.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new Provisioning exception with the given text.ProvisioningException(String msg, Throwable t) Constructs a new Provisioning exception with the given text and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProvisioningException
Constructs a new Provisioning exception with the given text.- Parameters:
msg- the exception text
-
ProvisioningException
Constructs a new Provisioning exception with the given text and cause.- Parameters:
msg- the exception textt- the root cause
-