当前页面:
在线文档首页 >
Spring Framework 1.2.9 API 文档英文版
RequestMethodNotSupportedException (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
org.springframework.web.servlet.support
Class RequestMethodNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.springframework.web.servlet.support.RequestMethodNotSupportedException
- All Implemented Interfaces:
- Serializable
public class RequestMethodNotSupportedException
- extends ServletException
Exception thrown when a web content generator does not support a
specific request method.
- Since:
- 1.1
- Author:
- Juergen Hoeller
- See Also:
WebContentGenerator
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RequestMethodNotSupportedException
public RequestMethodNotSupportedException(String msg)
- Create a new RequestMethodNotSupportedException.
- Parameters:
msg
- the detail message
Copyright (c) 2002-2007 The Spring Framework Project.