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:
  • Constructor Details

    • UncaughtException

      public UncaughtException()
  • Method Details

    • toResponse

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