org.apache.clerezza.uima.metadatagenerator.mediatype
Class UnsupportedMediaTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.clerezza.uima.metadatagenerator.mediatype.UnsupportedMediaTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedMediaTypeException
extends Exception

When a MediaType is not supported this exception is thrown

See Also:
Serialized Form

Constructor Summary
UnsupportedMediaTypeException(javax.ws.rs.core.MediaType mediaType)
           
UnsupportedMediaTypeException(String message)
           
UnsupportedMediaTypeException(String message, Exception e)
           
 
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

UnsupportedMediaTypeException

public UnsupportedMediaTypeException(String message)

UnsupportedMediaTypeException

public UnsupportedMediaTypeException(String message,
                                     Exception e)

UnsupportedMediaTypeException

public UnsupportedMediaTypeException(javax.ws.rs.core.MediaType mediaType)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.