org.glassfish.jersey.examples.exception
Class Exceptions.MySubException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.jersey.examples.exception.Exceptions.MyException
                  extended by org.glassfish.jersey.examples.exception.Exceptions.MySubException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Exceptions.MySubSubException
Enclosing class:
Exceptions

public static class Exceptions.MySubException
extends Exceptions.MyException

See Also:
Serialized Form

Constructor Summary
Exceptions.MySubException(Response response)
           
 
Method Summary
 
Methods inherited from class org.glassfish.jersey.examples.exception.Exceptions.MyException
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

Exceptions.MySubException

public Exceptions.MySubException(Response response)


Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.