org.glassfish.jersey.process.internal
Class InflectorNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.jersey.internal.ProcessingException
org.glassfish.jersey.process.internal.InflectorNotFoundException
- All Implemented Interfaces:
- Serializable
public class InflectorNotFoundException
- extends ProcessingException
Jersey processing exception signaling that the final request acceptor did not
return an inflector instance.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InflectorNotFoundException
public InflectorNotFoundException(String message)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.