Class SpinnakerServerExceptionHandler

java.lang.Object
com.netflix.spinnaker.orca.retrofit.exceptions.BaseRetrofitExceptionHandler
com.netflix.spinnaker.orca.retrofit.exceptions.SpinnakerServerExceptionHandler
All Implemented Interfaces:
com.netflix.spinnaker.orca.exceptions.ExceptionHandler, groovy.lang.GroovyObject

public class SpinnakerServerExceptionHandler extends com.netflix.spinnaker.orca.retrofit.exceptions.BaseRetrofitExceptionHandler
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.netflix.spinnaker.orca.exceptions.ExceptionHandler

    com.netflix.spinnaker.orca.exceptions.ExceptionHandler.Response
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.netflix.spinnaker.orca.exceptions.ExceptionHandler.Response
    handle(String taskName, Exception exception)
     
    boolean
     

    Methods inherited from class com.netflix.spinnaker.orca.retrofit.exceptions.BaseRetrofitExceptionHandler

    getMetaClass, isThrottle, setMetaClass, shouldRetry, shouldRetry

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface groovy.lang.GroovyObject

    getProperty, invokeMethod, setProperty
  • Constructor Details

    • SpinnakerServerExceptionHandler

      public SpinnakerServerExceptionHandler()
  • Method Details

    • handles

      public boolean handles(Exception e)
    • handle

      public com.netflix.spinnaker.orca.exceptions.ExceptionHandler.Response handle(String taskName, Exception exception)