Subversion Repositories bacoAlunos

Rev

Rev 2009 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2009 Rev 2069
Line 23... Line 23...
23
    }
23
    }
24
 
24
 
25
    public AccessDeniedException(1.5.0/docs/api/java/lang/String.html">String message, 1.5.0/docs/api/java/lang/Throwable.html">Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
25
    public AccessDeniedException(1.5.0/docs/api/java/lang/String.html">String message, 1.5.0/docs/api/java/lang/Throwable.html">Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
26
        super(message, cause, enableSuppression, writableStackTrace);
26
        super(message, cause, enableSuppression, writableStackTrace);
27
    }
27
    }
-
 
28
 
-
 
29
    public 1.5.0/docs/api/java/lang/String.html">String toString(){
-
 
30
        return "Desculpe lá mas não, xau";
-
 
31
    }
28
}
32
}