public class RequestMethodNotAllowedException extends RuntimeException
Constructor and Description |
---|
RequestMethodNotAllowedException() |
RequestMethodNotAllowedException(String message) |
RequestMethodNotAllowedException(String message,
Throwable cause) |
RequestMethodNotAllowedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RequestMethodNotAllowedException()
public RequestMethodNotAllowedException(String message)
public RequestMethodNotAllowedException(String message, Throwable cause)
public RequestMethodNotAllowedException(Throwable cause)
Copyright © 2022. All rights reserved.