Package com.pulumi.automation
Class CommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pulumi.automation.AutomationException
-
- com.pulumi.automation.CommandException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConcurrentUpdateException
,StackAlreadyExistsException
,StackNotFoundException
public class CommandException extends AutomationException
CommandException
is thrown when a command fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandException(CommandResult result)
-
-
-
Constructor Detail
-
CommandException
public CommandException(CommandResult result)
-
-