org.glassfish.jersey.server.internal.inject
Class ExtractorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ws.rs.ProcessingException
                  extended by org.glassfish.jersey.server.internal.inject.ExtractorException
All Implemented Interfaces:
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(String message)
          Create new parameter extractor exception.
ExtractorException(String message, Throwable cause)
          Create new parameter extractor exception.
ExtractorException(Throwable cause)
          Create new parameter extractor exception.
 
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(String message)
Create new parameter extractor exception.

Parameters:
message - exception message.

ExtractorException

public ExtractorException(String message,
                          Throwable cause)
Create new parameter extractor exception.

Parameters:
message - exception message.
cause - exception cause.

ExtractorException

public ExtractorException(Throwable cause)
Create new parameter extractor exception.

Parameters:
cause - exception cause.


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.