repo.or.cz
/
FYD.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2013 -- FYD file system content
[FYD.git]
/
src
/
exceptions
/
network
/
NoClientCreatedException.java
blob
55de53fa7647d41031513a595704a7c566c8d6b5
1
package
exceptions
.
network
;
2
3
/**
4
* TODO
5
*
6
* @author dmilliner
7
* @version 0.1 du 29/11/12
8
*/
9
@SuppressWarnings
(
"serial"
)
10
public class
NoClientCreatedException
extends
Exception
11
{
12
13
}