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,java.io.Serializable
public class IntegrationException extends SpinnakerException
An exception thrown by non-core Spinnaker code (e.g. cloud providers, vendor stages, etc.)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrationException(java.lang.String message)IntegrationException(java.lang.String message, java.lang.String userMessage)IntegrationException(java.lang.String message, java.lang.Throwable cause)IntegrationException(java.lang.String message, java.lang.Throwable cause, java.lang.String userMessage)IntegrationException(java.lang.Throwable cause)IntegrationException(java.lang.Throwable cause, java.lang.String userMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.netflix.spinnaker.kork.exceptions.HasAdditionalAttributes
getAdditionalAttributes
-
-
-
-
Constructor Detail
-
IntegrationException
public IntegrationException(java.lang.String message)
-
IntegrationException
public IntegrationException(java.lang.String message, java.lang.Throwable cause)
-
IntegrationException
public IntegrationException(java.lang.Throwable cause)
-
IntegrationException
public IntegrationException(java.lang.String message, java.lang.String userMessage)
-
IntegrationException
public IntegrationException(java.lang.String message, java.lang.Throwable cause, java.lang.String userMessage)
-
IntegrationException
public IntegrationException(java.lang.Throwable cause, java.lang.String userMessage)
-
-