Class AzureException

    • Constructor Summary

      Constructors 
      Constructor Description
      AzureException()
      Initializes a new instance of the AzureException class.
      AzureException​(java.lang.String message)
      Initializes a new instance of the AzureException class.
      AzureException​(java.lang.String message, java.lang.Throwable cause)
      Initializes a new instance of the AzureException class.
      AzureException​(java.lang.Throwable cause)
      Initializes a new instance of the AzureException class.
    • 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

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

      • AzureException

        public AzureException()
        Initializes a new instance of the AzureException class.
      • AzureException

        public AzureException​(java.lang.String message)
        Initializes a new instance of the AzureException class.
        Parameters:
        message - The exception message.
      • AzureException

        public AzureException​(java.lang.Throwable cause)
        Initializes a new instance of the AzureException class.
        Parameters:
        cause - The Throwable which caused the creation of this AzureException.
      • AzureException

        public AzureException​(java.lang.String message,
                              java.lang.Throwable cause)
        Initializes a new instance of the AzureException class.
        Parameters:
        message - The exception message.
        cause - The Throwable which caused the creation of this AzureException.