Class IwfHttpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientSideException, ServerSideException

public abstract class IwfHttpException extends RuntimeException
See Also:
  • Constructor Details

    • IwfHttpException

      public IwfHttpException(ObjectEncoder objectEncoder, feign.FeignException.FeignClientException exception)
    • IwfHttpException

      protected IwfHttpException(IwfHttpException exception)
    • IwfHttpException

      public IwfHttpException()
  • Method Details

    • getErrorDetails

      public String getErrorDetails()
    • getStatusCode

      public int getStatusCode()
    • getErrorSubStatus

      public ErrorSubStatus getErrorSubStatus()
    • getErrorResponse

      public ErrorResponse getErrorResponse()
    • fromFeignException

      public static IwfHttpException fromFeignException(ObjectEncoder objectEncoder, feign.FeignException.FeignClientException exception)