Package io.jans.as.server.exception
Class UncaughtException
- java.lang.Object
-
- java.lang.Throwable
-
- io.jans.as.server.exception.UncaughtException
-
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<Throwable>
,Serializable
@Provider @Vetoed public class UncaughtException extends Throwable implements jakarta.ws.rs.ext.ExceptionMapper<Throwable>
Created by eugeniuparvan on 8/29/17.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncaughtException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
toResponse(Throwable exception)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-