Package org.flasby.security.servlet
Class ErrorResponse
- java.lang.Object
-
- org.flasby.security.servlet.ErrorResponse
-
public class ErrorResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorResponse()
ErrorResponse(org.springframework.http.HttpStatus httpStatus, String message)
ErrorResponse(org.springframework.http.HttpStatus httpStatus, String message, String stackTrace)
ErrorResponse(org.springframework.http.HttpStatus httpStatus, String message, String stackTrace, Object data)
-