| .. | .. |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | public class SeCurisServiceException extends CurisException { |
|---|
| 6 | 6 | |
|---|
| 7 | | - private int status = 0; |
|---|
| 7 | + private int status = 0; |
|---|
| 8 | 8 | |
|---|
| 9 | | - public SeCurisServiceException(int status, String msg) { |
|---|
| 10 | | - super(msg); |
|---|
| 11 | | - this.status = status; |
|---|
| 12 | | - } |
|---|
| 9 | + public SeCurisServiceException(int status, String msg) { |
|---|
| 10 | + super(msg); |
|---|
| 11 | + this.status = status; |
|---|
| 12 | + } |
|---|
| 13 | 13 | |
|---|
| 14 | | - public int getStatus() { |
|---|
| 15 | | - return status; |
|---|
| 16 | | - } |
|---|
| 14 | + public int getStatus() { |
|---|
| 15 | + return status; |
|---|
| 16 | + } |
|---|
| 17 | 17 | |
|---|
| 18 | | - /** |
|---|
| 18 | + /** |
|---|
| 19 | 19 | * |
|---|
| 20 | 20 | */ |
|---|
| 21 | | - private static final long serialVersionUID = 1L; |
|---|
| 21 | + private static final long serialVersionUID = 1L; |
|---|
| 22 | 22 | |
|---|
| 23 | 23 | } |
|---|