Package com.levanquy.exception
Class HttpExceptions.BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.levanquy.exception.HttpExceptions.BadRequestException
- All Implemented Interfaces:
Serializable
- Enclosing class:
HttpExceptions
Exception cho lỗi HTTP 400 Bad Request.
Điều này cho biết rằng yêu cầu của client không hợp lệ
hoặc không thể hiểu được bởi server do cú pháp không đúng,
thiếu tham số, hoặc giá trị không hợp lệ.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestException
-