com.sun.jersey.server.impl.model.parameter.multivalued
Class ExtractorContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.jersey.api.container.ContainerException
                  extended by 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

Constructor Summary
ExtractorContainerException()
           
ExtractorContainerException(java.lang.String message)
           
ExtractorContainerException(java.lang.String message, java.lang.Throwable cause)
           
ExtractorContainerException(java.lang.Throwable cause)
           
 
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

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.