]> sjero.net Git - linphone/blob - p2pproxy/dependencies-src/jstun-src-0.7.1/de/javawi/jstun/header/MessageHeaderParsingException.java
remove mediastreamer2 and add it as a submodule instead.
[linphone] / p2pproxy / dependencies-src / jstun-src-0.7.1 / de / javawi / jstun / header / MessageHeaderParsingException.java
1 /*
2  * This file is part of JSTUN. 
3  * 
4  * Copyright (c) 2005 Thomas King <king@t-king.de> - All rights
5  * reserved.
6  * 
7  * This software is licensed under either the GNU Public License (GPL),
8  * or the Apache 2.0 license. Copies of both license agreements are
9  * included in this distribution.
10  */
11
12 package de.javawi.jstun.header;
13
14 public class MessageHeaderParsingException extends MessageHeaderException {
15         private static final long serialVersionUID = 3544393617029607478L;
16
17         public MessageHeaderParsingException(String mesg) {
18                 super(mesg);
19         }
20 }