com.sage.orion.sdata.servlet
Class NotSupportedHttpMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sage.orion.sdata.servlet.NotSupportedHttpMethodException
All Implemented Interfaces:
java.io.Serializable

public class NotSupportedHttpMethodException
extends java.lang.RuntimeException

SData exception to be thrown when an HTTP method used to execute the request is not supported.

This will normally result in the servlet returning an HTTP 400 (Bad Request) error.

See Also:
Serialized Form

Constructor Summary
NotSupportedHttpMethodException()
          Constructor.
NotSupportedHttpMethodException(java.lang.String message)
          Constructor
NotSupportedHttpMethodException(java.lang.Throwable e)
          Constructor.
 
Method Summary
 
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

NotSupportedHttpMethodException

public NotSupportedHttpMethodException()
Constructor.


NotSupportedHttpMethodException

public NotSupportedHttpMethodException(java.lang.String message)
Constructor

Parameters:
message -

NotSupportedHttpMethodException

public NotSupportedHttpMethodException(java.lang.Throwable e)
Constructor.

Parameters:
e -


Copyright © 2011 Sage Software, Inc. All rights reserved.