| .. | .. |
|---|
| 1 | 1 | package net.curisit.securis; |
|---|
| 2 | 2 | |
|---|
| 3 | | -import java.net.URISyntaxException; |
|---|
| 4 | 3 | |
|---|
| 5 | 4 | public class SeCurisException extends Exception { |
|---|
| 6 | 5 | |
|---|
| 7 | 6 | private static final long serialVersionUID = 5702956178417661458L; |
|---|
| 8 | 7 | |
|---|
| 9 | | - public SeCurisException() { |
|---|
| 10 | | - } |
|---|
| 8 | + public SeCurisException() {} |
|---|
| 11 | 9 | |
|---|
| 12 | 10 | public SeCurisException(String msg, Exception e) { |
|---|
| 13 | 11 | super(msg, e); |
|---|
| .. | .. |
|---|
| 17 | 15 | super(msg); |
|---|
| 18 | 16 | } |
|---|
| 19 | 17 | |
|---|
| 20 | | - public static void main(String[] args) throws URISyntaxException { |
|---|
| 21 | | - License.main(new String[] |
|---|
| 22 | | - { "-g" }); |
|---|
| 23 | | - } |
|---|
| 24 | 18 | } |
|---|