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

alibaba / jetcache / #405

16 Apr 2024 05:58AM UTC coverage: 0.0% (-88.9%) from 88.866%
#405

push

areyouok
add encoding to fix coverage report

0 of 5353 relevant lines covered (0.0%)

0.0 hits per line

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

0.0
/jetcache-core/src/main/java/com/alicp/jetcache/CacheException.java
1
/**
2
 * Created on  13-09-09 18:58
3
 */
4
package com.alicp.jetcache;
5

6
/**
7
 * @author huangli
8
 */
9
public class CacheException extends RuntimeException {
10
    private static final long serialVersionUID = -9066209768410752667L;
11

12
    public CacheException(String message) {
13
        super(message);
×
14
    }
×
15

16
    public CacheException(String message, Throwable cause) {
17
        super(message, cause);
×
18
    }
×
19

20
    public CacheException(Throwable cause) {
21
        super(cause);
×
22
    }
×
23
}
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