Clover Coverage Report - Atlassian Trusted Apps(Aggregated)
Coverage timestamp: Tue Jun 9 2009 19:34:44 CDT
1   13   1   1
0   7   1   1
1     1  
1    
 
 
  SystemException       Line # 7 1 1 100% 1.0
 
  (2)
 
1    package com.atlassian.security.auth.trustedapps;
2   
3   
4    /**
5    * Used when something serious is wrong. Should only occur if
6    */
 
7    public class SystemException extends InvalidCertificateException
8    {
 
9  2 toggle public SystemException(String appId, Exception cause)
10    {
11  2 super(new TransportErrorMessage.System(cause, appId), cause);
12    }
13    }