| 1 |  |  | 
            
  
    | 2 |  |  | 
            
  
    | 3 |  |  | 
            
  
    | 4 |  |  | 
            
  
    | 5 |  |  | 
            
  
    | 6 |  |  | 
            
  
    | 7 |  |  | 
            
  
    | 8 |  |  | 
            
  
    | 9 |  |  | 
            
  
    | 10 |  |  | 
            
  
    | 11 |  |  | 
            
  
    | 12 |  |  | 
            
  
    | 13 |  |  | 
            
  
    | 14 |  |  | 
            
  
    | 15 |  |  | 
            
  
    | 16 |  | package org.kuali.student.security.exceptions; | 
            
  
    | 17 |  |  | 
            
  
    | 18 |  | import javax.xml.ws.WebFault; | 
            
  
    | 19 |  |  | 
            
  
    | 20 |  | @WebFault(faultBean="org.kuali.student.security.exceptions.KSSecurityExceptionFaultBean", targetNamespace="http://student.kuali.org/wsdl/exceptions") | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 8 (8) | Complexity: 4 | Complexity Density: 1 |  | 
  
  
    | 21 |  | public class KSSecurityException extends Exception { | 
            
  
    | 22 |  |  | 
            
  
    | 23 |  | private static final long serialVersionUID = 2941300199692497512L; | 
            
  
    | 24 |  |  | 
            
  
    | 25 |  |  | 
            
  
    | 26 |  |  | 
            
  
    | 27 |  |  | 
            
  
    | 28 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 29 | 0 |  public KSSecurityException() {... | 
            
  
    | 30 | 0 | super(); | 
            
  
    | 31 |  | } | 
            
  
    | 32 |  |  | 
            
  
    | 33 |  |  | 
            
  
    | 34 |  |  | 
            
  
    | 35 |  |  | 
            
  
    | 36 |  | @param | 
            
  
    | 37 |  | @param | 
            
  
    | 38 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 39 | 0 |  public KSSecurityException(String message, Throwable cause) {... | 
            
  
    | 40 | 0 | super(message, cause); | 
            
  
    | 41 |  | } | 
            
  
    | 42 |  |  | 
            
  
    | 43 |  |  | 
            
  
    | 44 |  |  | 
            
  
    | 45 |  |  | 
            
  
    | 46 |  | @param | 
            
  
    | 47 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 48 | 0 |  public KSSecurityException(String message) {... | 
            
  
    | 49 | 0 | super(message); | 
            
  
    | 50 |  | } | 
            
  
    | 51 |  |  | 
            
  
    | 52 |  |  | 
            
  
    | 53 |  |  | 
            
  
    | 54 |  |  | 
            
  
    | 55 |  | @param | 
            
  
    | 56 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 57 | 0 |  public KSSecurityException(Throwable cause) {... | 
            
  
    | 58 | 0 | super(cause); | 
            
  
    | 59 |  | } | 
            
  
    | 60 |  |  | 
            
  
    | 61 |  | } |