org.glassfish.jersey.examples.bookmark_em.exception
Class ExtendedNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ws.rs.WebApplicationException
                  extended by javax.ws.rs.ClientErrorException
                      extended by javax.ws.rs.NotFoundException
                          extended by org.glassfish.jersey.examples.bookmark_em.exception.ExtendedNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ExtendedNotFoundException
extends NotFoundException

Author:
Michal Gajdos (michal.gajdos at oracle.com)
See Also:
Serialized Form

Constructor Summary
ExtendedNotFoundException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class javax.ws.rs.WebApplicationException
getResponse
 
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

ExtendedNotFoundException

public ExtendedNotFoundException(java.lang.String message)


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.