Class AutomationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pulumi.automation.AutomationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandException, MissingExpectedEventException, ProjectSettingsConflictException

public class AutomationException extends Exception
AutomationException is a base class for all exceptions thrown by the Automation API.
See Also:
  • Constructor Details

    • AutomationException

      public AutomationException(String message)
    • AutomationException

      public AutomationException(String message, Throwable cause)
    • AutomationException

      public AutomationException(Throwable cause)