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:
- java.io.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExtractorContainerException
public ExtractorContainerException()
ExtractorContainerException
public ExtractorContainerException(java.lang.String message)
ExtractorContainerException
public ExtractorContainerException(java.lang.String message,
java.lang.Throwable cause)
ExtractorContainerException
public ExtractorContainerException(java.lang.Throwable cause)
Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.