org.glassfish.jersey.internal
Class ExtractorException

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.internal.ExtractorException
All Implemented Interfaces:
java.io.Serializable

public class ExtractorException
extends ProcessingException

A runtime exception that contains a cause, a checked or runtime exception, that may be passed to the cause of a WebApplicationException.

Author:
Paul Sandoz
See Also:
Serialized Form

Constructor Summary
ExtractorException()
           
ExtractorException(java.lang.String message)
           
ExtractorException(java.lang.String message, java.lang.Throwable cause)
           
ExtractorException(java.lang.Throwable cause)
           
 
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

ExtractorException

public ExtractorException()

ExtractorException

public ExtractorException(java.lang.String message)

ExtractorException

public ExtractorException(java.lang.String message,
                          java.lang.Throwable cause)

ExtractorException

public ExtractorException(java.lang.Throwable cause)


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