Class IntegrationException

All Implemented Interfaces:
HasAdditionalAttributes, Serializable

public class IntegrationException extends SpinnakerException
An exception thrown by non-core Spinnaker code (e.g. cloud providers, vendor stages, etc.)
See Also:
  • Constructor Details

    • IntegrationException

      public IntegrationException(String message)
    • IntegrationException

      public IntegrationException(String message, Throwable cause)
    • IntegrationException

      public IntegrationException(Throwable cause)
    • IntegrationException

      public IntegrationException(String message, String userMessage)
    • IntegrationException

      public IntegrationException(String message, Throwable cause, String userMessage)
    • IntegrationException

      public IntegrationException(Throwable cause, String userMessage)