Clover Coverage Report - Atlassian Trusted Apps(Aggregated)
Coverage timestamp: Tue Jun 9 2009 19:34:44 CDT
1   12   1   1
0   7   1   1
1     1  
1    
 
 
  InvalidRequestException       Line # 6 1 1 100% 1.0
 
  (9)
 
1    package com.atlassian.security.auth.trustedapps;
2   
3    /**
4    * Thrown by a RequestMatcher if the Request is not to its liking.
5    */
 
6    public abstract class InvalidRequestException extends TransportException
7    {
 
8  9 toggle public InvalidRequestException(TransportErrorMessage error)
9    {
10  9 super(error);
11    }
12    }