Class S3ExceptionMapper

  • All Implemented Interfaces:
    jakarta.ws.rs.ext.ExceptionMapper<net.jolivier.s3api.exception.S3Exception>

    @Provider
    public class S3ExceptionMapper
    extends java.lang.Object
    implements jakarta.ws.rs.ext.ExceptionMapper<net.jolivier.s3api.exception.S3Exception>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.ws.rs.core.Response toResponse​(net.jolivier.s3api.exception.S3Exception ex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • S3ExceptionMapper

        public S3ExceptionMapper()
    • Method Detail

      • toResponse

        public jakarta.ws.rs.core.Response toResponse​(net.jolivier.s3api.exception.S3Exception ex)
        Specified by:
        toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<net.jolivier.s3api.exception.S3Exception>