Class ClientExceptionNoBody

All Implemented Interfaces:
Serializable

public class ClientExceptionNoBody extends ClientException
See Also:
  • Constructor Details

    • ClientExceptionNoBody

      public ClientExceptionNoBody(org.springframework.http.HttpStatus httpStatus, String message)
    • ClientExceptionNoBody

      public ClientExceptionNoBody(org.springframework.http.HttpStatus httpStatus, String message, Throwable ex)
    • ClientExceptionNoBody

      public ClientExceptionNoBody(org.springframework.http.HttpStatus httpStatus, String message, boolean printStackTrace, Throwable ex)