Class ProvisioningException

  • All Implemented Interfaces:
    Serializable

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

      • 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