Class IntegrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.netflix.spinnaker.kork.exceptions.SpinnakerException
com.netflix.spinnaker.kork.exceptions.IntegrationException
- All Implemented Interfaces:
HasAdditionalAttributes,Serializable
An exception thrown by non-core Spinnaker code (e.g. cloud providers, vendor stages, etc.)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationException(String message) IntegrationException(String message, String userMessage) IntegrationException(String message, Throwable cause) IntegrationException(String message, Throwable cause, String userMessage) IntegrationException(Throwable cause) IntegrationException(Throwable cause, String userMessage) -
Method Summary
Methods inherited from class com.netflix.spinnaker.kork.exceptions.SpinnakerException
newInstanceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.netflix.spinnaker.kork.exceptions.HasAdditionalAttributes
getAdditionalAttributes
-
Constructor Details
-
IntegrationException
-
IntegrationException
-
IntegrationException
-
IntegrationException
-
IntegrationException
-
IntegrationException
-