org.springframework.web.servlet.support
Class RequestMethodNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by 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

Constructor Summary
RequestMethodNotSupportedException(String msg)
          Create a new RequestMethodNotSupportedException.
 
Method Summary
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestMethodNotSupportedException

public RequestMethodNotSupportedException(String msg)
Create a new RequestMethodNotSupportedException.

Parameters:
msg - the detail message


Copyright (c) 2002-2007 The Spring Framework Project.