Package org.skr.common.exception
Class UnvarnishedFeignException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.skr.common.exception.BaseException
-
- org.skr.common.exception.UnvarnishedFeignException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnvarnishedFeignException extends BaseException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.skr.common.exception.BaseException
TOP_STACK
-
-
Constructor Summary
Constructors Constructor Description UnvarnishedFeignException(java.lang.String message)UnvarnishedFeignException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnvarnishedFeignExceptionbuild(java.lang.String methodKey, feign.Response response)ErrorInfogetErrorInfo()intgetResponseStatus()-
Methods inherited from class org.skr.common.exception.BaseException
getStackTrace
-
-
-
-
Method Detail
-
build
public static UnvarnishedFeignException build(java.lang.String methodKey, feign.Response response)
-
getResponseStatus
public int getResponseStatus()
-
getErrorInfo
public ErrorInfo getErrorInfo()
- Overrides:
getErrorInfoin classBaseException
-
-