Class Exceptions.MySubException
- 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
-
- 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
Constructors Constructor Description MySubException(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
-
MySubException
public MySubException(Response response)
-
-