com.sun.jersey.api.container
Class ContainerCheckedException

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.api.container.ContainerCheckedException
All Implemented Interfaces:
java.io.Serializable

public class ContainerCheckedException
extends ContainerException

A runtime exception that propagates a checked exception.

The runtime will catch such exceptions and attempt to map the checked exception to a registered ExceptionMapper that may provide an appropriate Response instance.

Author:
Paul.Sandoz@Sun.Com
See Also:
Serialized Form

Constructor Summary
ContainerCheckedException(java.lang.Exception 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

ContainerCheckedException

public ContainerCheckedException(java.lang.Exception cause)


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.