org.neo4j.server.rest.repr
Class MediaTypeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
org.neo4j.server.rest.repr.MediaTypeNotSupportedException
- All Implemented Interfaces:
- Serializable
public class MediaTypeNotSupportedException
- extends javax.ws.rs.WebApplicationException
- See Also:
- Serialized Form
Methods inherited from class javax.ws.rs.WebApplicationException |
getResponse |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MediaTypeNotSupportedException
public MediaTypeNotSupportedException(javax.ws.rs.core.Response.Status status,
Collection<javax.ws.rs.core.MediaType> supported,
javax.ws.rs.core.MediaType... requested)
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.