Package com.pulumi.exceptions
Class LogException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pulumi.exceptions.LogException
- All Implemented Interfaces:
Serializable
Special exception we throw if we had a problem actually logging a message to the engine
error rpc endpoint. In this case, we have no choice but to tear ourselves down reporting
whatever we can to the console instead.
- 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
-
LogException
-