mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-27 06:51:37 -04:00
added javadoc
This commit is contained in:
parent
998bb9b3ac
commit
26ac2c5fb3
@ -1,9 +1,15 @@
|
||||
package de.neemann.digital.gui.remote;
|
||||
|
||||
/**
|
||||
* Exception thrown by the RemoteInterface
|
||||
* Created by hneemann on 20.08.16.
|
||||
*/
|
||||
public class RemoteException extends Exception {
|
||||
/**
|
||||
* Create a new Exception
|
||||
*
|
||||
* @param message the message
|
||||
*/
|
||||
public RemoteException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user