Coverage Report - com.ctrip.framework.apollo.core.exception.NotFoundException
 
Classes in this File Line Coverage Branch Coverage Complexity
NotFoundException
0%
0/2
N/A
1
 
 1  
 package com.ctrip.framework.apollo.core.exception;
 2  
 
 3  
 public class NotFoundException extends AbstractBaseException {
 4  
   /**
 5  
    *
 6  
    */
 7  
   private static final long serialVersionUID = 7611357629749481796L;
 8  
 
 9  
 
 10  
   public NotFoundException(String str) {
 11  0
     super(str);
 12  0
   }
 13  
 }