Class EmptyValueExceptionMapper

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

    public class EmptyValueExceptionMapper
    extends Object
    implements javax.ws.rs.ext.ExceptionMapper<EmptyValueException>
    The default response when an empty Value is returned, is to respond with a 404 (Not Found) response.
    • Constructor Detail

      • EmptyValueExceptionMapper

        public EmptyValueExceptionMapper()
    • Method Detail