Serialized Form
-
Package org.glassfish.jersey.examples.exception
-
Exception org.glassfish.jersey.examples.exception.Exceptions.MyException
class MyException extends RuntimeException implements Serializable-
Serialized Fields
-
response
Response response
-
-
-
Exception org.glassfish.jersey.examples.exception.Exceptions.MySubException
class MySubException extends Exceptions.MyException implements Serializable -
Exception org.glassfish.jersey.examples.exception.Exceptions.MySubSubException
class MySubSubException extends Exceptions.MySubException implements Serializable
-