-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #292 from slovensko-digital/issue201/port-je-obsad…
…eny-dialog issue201/port-je-obsadeny-dialog
- Loading branch information
Showing
6 changed files
with
57 additions
and
15 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
src/main/java/digital/slovensko/autogram/core/errors/PortIsUsedException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package digital.slovensko.autogram.core.errors; | ||
|
||
public class PortIsUsedException extends AutogramException { | ||
public PortIsUsedException() { | ||
super("Nepodarilo sa spustiť server", "Autogram je spustený bez možnosti podpisovania z prehliadača", "Port, ktorý používa Autogram server, je momentálne obsadený inou aplikáciou. Autogram sa preto spustil bez možnosti podpisovania z prehliadača. Overovanie a podpisovanie súborov v desktopovom režime je funkčné.\n\nAk chcete Autogram používať plnohodnotne, zatvorte danú aplikáciu a skúste spustiť Autogram znova.", null); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters