Package org.gluu.oxtrust.exception
Class UncaughtException
java.lang.Object
java.lang.Throwable
org.gluu.oxtrust.exception.UncaughtException
- All Implemented Interfaces:
Serializable
,javax.ws.rs.ext.ExceptionMapper<Throwable>
@Provider
@Vetoed
public class UncaughtException
extends Throwable
implements javax.ws.rs.ext.ExceptionMapper<Throwable>
Created by eugeniuparvan on 9/1/17.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncaughtException
public UncaughtException()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<Throwable>
-