Class Exceptions.MySubSubException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.glassfish.jersey.examples.exception.Exceptions.MyException
-
- org.glassfish.jersey.examples.exception.Exceptions.MySubException
-
- org.glassfish.jersey.examples.exception.Exceptions.MySubSubException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
public static class Exceptions.MySubSubException extends Exceptions.MySubException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MySubSubException(Response response)
-
Method Summary
-
Methods inherited from class org.glassfish.jersey.examples.exception.Exceptions.MyException
getResponse
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MySubSubException
public MySubSubException(Response response)
-
-