Package com.pulumi.exceptions
Class RunException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pulumi.exceptions.RunException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Config.ConfigMissingException,StackReference.KeyMissingException
RunException can be used for terminating a program abruptly, but resulting in a clean exit
rather than the usual verbose unhandled error logic which emits the source program text
and complete stack trace.
This type should be rarely used.
This type should be rarely used.
Ideally @see ResourceException should always be used so that
as many errors as possible can be associated with a @see Resource.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RunException
-
RunException
-