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

public static class HttpExceptions.MethodNotAllowedException extends RuntimeException
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 Details

    • MethodNotAllowedException

      public MethodNotAllowedException(String message)