SMILA (incubation) API documentation

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

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

public class UnsupportedContentTypeException
extends java.lang.Exception

Exception for unsupported Content-Type. Used in Http handlers.

See Also:
Serialized Form

Constructor Summary
UnsupportedContentTypeException(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

UnsupportedContentTypeException

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

Parameters:
message - details.

SMILA (incubation) API documentation