Class 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 Detail

      • UncaughtException

        public UncaughtException()
    • Method Detail

      • toResponse

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