Class DefaultExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<Exception>

    @Priority(5000)
    public final class DefaultExceptionMapper
    extends ExceptionMapperBase<Exception>
    Default exception mapper processing all exceptions not matching any more specific mapper.