org.glassfish.jersey.examples.managedbeans.resources
Class ManagedBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.jersey.examples.managedbeans.resources.ManagedBeanException
All Implemented Interfaces:
Serializable

public class ManagedBeanException
extends RuntimeException

Exception to be thrown and mapped by the web application.

Author:
Paul Sandoz (paul.sandoz at oracle.com)
See Also:
Serialized Form

Constructor Summary
ManagedBeanException()
           
 
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

ManagedBeanException

public ManagedBeanException()


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