Class ProvisioningException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ProvisioningException​(java.lang.String msg)
      Constructs a new Provisioning exception with the given text.
      ProvisioningException​(java.lang.String msg, java.lang.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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProvisioningException

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

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