org.glassfish.jersey.server.internal.inject
Class ExtractorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.jersey.internal.ProcessingException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExtractorException
public ExtractorException()
ExtractorException
public ExtractorException(String message)
ExtractorException
public ExtractorException(String message,
Throwable cause)
ExtractorException
public ExtractorException(Throwable cause)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.