Class ProvisioningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.cq.cloudservices.provisioning.ProvisioningException
All Implemented Interfaces:
Serializable

public class ProvisioningException extends Exception
Exception which should be thrown if provisioning fails for some reason.
See Also:
  • Constructor Details

    • ProvisioningException

      public ProvisioningException(String msg)
      Constructs a new Provisioning exception with the given text.
      Parameters:
      msg - the exception text
    • ProvisioningException

      public ProvisioningException(String msg, Throwable t)
      Constructs a new Provisioning exception with the given text and cause.
      Parameters:
      msg - the exception text
      t - the root cause