com.sun.jersey.server.impl.model.parameter.multivalued
Class ExtractorContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jersey.api.container.ContainerException
com.sun.jersey.server.impl.model.parameter.multivalued.ExtractorContainerException
- All Implemented Interfaces:
- Serializable
public class ExtractorContainerException
- extends ContainerException
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@Sun.Com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExtractorContainerException
public ExtractorContainerException()
ExtractorContainerException
public ExtractorContainerException(String message)
ExtractorContainerException
public ExtractorContainerException(String message,
Throwable cause)
ExtractorContainerException
public ExtractorContainerException(Throwable cause)
Copyright © 2013 Oracle Corporation. All Rights Reserved.