Class SpinnakerNetworkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.netflix.spinnaker.kork.exceptions.SpinnakerException
-
- com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerServerException
-
- com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerNetworkException
-
- All Implemented Interfaces:
com.netflix.spinnaker.kork.exceptions.HasAdditionalAttributes,java.io.Serializable
public final class SpinnakerNetworkException extends SpinnakerServerException
Wraps an exception of kindRetrofitError.KindNETWORK.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpinnakerNetworkException(retrofit.RetrofitError e)
-
Method Summary
-
Methods inherited from class com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerServerException
getMessage
-
Methods inherited from class com.netflix.spinnaker.kork.exceptions.SpinnakerException
getRetryable, getUserMessage, setRetryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-