• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

alibaba / jetcache / #380

04 Sep 2023 07:27AM CUT coverage: 88.931% (+0.002%) from 88.929%
#380

push

web-flow
for springboot3 remove javax (#813)

* for springboot3 remove javax

* CacheManager destroyMethod

* SpringConfigProvider destroyMethod

26 of 26 new or added lines in 2 files covered. (100.0%)

4684 of 5267 relevant lines covered (88.93%)

0.89 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/jetcache-core/src/main/java/com/alicp/jetcache/support/CacheEncodeException.java
1
package com.alicp.jetcache.support;
2

3
import com.alicp.jetcache.CacheException;
4

5
/**
6
 * Created on 2016/12/23.
7
 *
8
 * @author <a href="mailto:areyouok@gmail.com">huangli</a>
9
 */
10
public class CacheEncodeException extends CacheException {
11

12
    private static final long serialVersionUID = -1768444197009616269L;
13

14
    public CacheEncodeException(String message, Throwable cause) {
15
        super(message, cause);
1✔
16
    }
1✔
17

18
    public CacheEncodeException(String message) {
19
        super(message);
×
20
    }
×
21

22
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc