org.glassfish.jersey.process.internal
Class InflectorNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.jersey.internal.ProcessingException
                  extended by org.glassfish.jersey.process.internal.InflectorNotFoundException
All Implemented Interfaces:
java.io.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

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

InflectorNotFoundException

public InflectorNotFoundException(java.lang.String message)


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.