Package com.pulumi.automation
Class AutomationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.pulumi.automation.AutomationException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- CommandException,- MissingExpectedEventException,- ProjectSettingsConflictException
 
 public class AutomationException extends java.lang.ExceptionAutomationExceptionis a base class for all exceptions thrown by the Automation API.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AutomationException(java.lang.String message)AutomationException(java.lang.String message, java.lang.Throwable cause)AutomationException(java.lang.Throwable cause)
 
-