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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Exceptions.MySubException
Enclosing class:
Exceptions

public static class Exceptions.MyException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
Exceptions.MyException(Response response)
           
 
Method Summary
 Response 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.MyException

public Exceptions.MyException(Response response)
Method Detail

getResponse

public Response getResponse()


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