Package com.levanquy.exception
Class HttpExceptions.MethodNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.levanquy.exception.HttpExceptions.MethodNotAllowedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
HttpExceptions
Exception cho lỗi HTTP 405 Method Not Allowed.
Phương thức HTTP sử dụng trong yêu cầu (vd: GET, POST, PUT)
không được hỗ trợ cho tài nguyên yêu cầu.
- 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
-
MethodNotAllowedException
-