SMILA (incubation) API documentation

org.eclipse.smila.http.server.util
Class UnsupportedMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.http.server.util.UnsupportedMethodException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedMethodException
extends java.lang.Exception

used in HttpHandlers to handle unsupported methods.

Author:
jschumacher
See Also:
Serialized Form

Constructor Summary
UnsupportedMethodException(java.lang.String message)
          create exception.
 
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

UnsupportedMethodException

public UnsupportedMethodException(java.lang.String message)
create exception.

Parameters:
message - details.

SMILA (incubation) API documentation