org.glassfish.jersey.internal
Class ExtractorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.jersey.internal.ProcessingException
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
| 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 |
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.