Class DVCException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.devcycle.sdk.server.common.exception.DVCException
-
- All Implemented Interfaces:
java.io.Serializable
public class DVCException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DVCException(HttpResponseCode httpResponseCode, ErrorResponse errorResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRetryable()
-
-
-
Constructor Detail
-
DVCException
public DVCException(HttpResponseCode httpResponseCode, ErrorResponse errorResponse)
-
-