summaryrefslogtreecommitdiff
path: root/main/src/main/java/de/blinkt/openvpn/api/SecurityRemoteException.java
blob: 96e46dc3b258e81ff43d4defc28ea27a18c1dfd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2012-2014 Arne Schwabe
 * Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
 */

package de.blinkt.openvpn.api;

import android.os.RemoteException;

public class SecurityRemoteException extends RemoteException {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

}