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 Details

    • UncaughtException

      public UncaughtException()
  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(Throwable exception)
      Specified by:
      toResponse in interface javax.ws.rs.ext.ExceptionMapper<Throwable>