summaryrefslogtreecommitdiff
path: root/main/src/main/java/de/blinkt/openvpn/api/SecurityRemoteException.java
blob: e3e74f0d17f2bf87fc6ca259b2ddf3a4da09fe60 (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. 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;

}