src/org/gege/caldavsyncadapter/caldav/CaldavProtocolException.java

Sat, 14 Feb 2015 21:29:32 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 14 Feb 2015 21:29:32 +0100
branch
ICAL4J_EMBED_1
changeset 33
a6e06f8d463c
permissions
-rw-r--r--

Merge manually from fa9cb0e70440, conclusively use Lolipop API level 21.

     1 /**
     2  * Copyright (c) 2012-2013, Gerald Garcia
     3  * 
     4  * This file is part of Andoid Caldav Sync Adapter Free.
     5  *
     6  * Andoid Caldav Sync Adapter Free is free software: you can redistribute 
     7  * it and/or modify it under the terms of the GNU General Public License 
     8  * as published by the Free Software Foundation, either version 3 of the 
     9  * License, or at your option any later version.
    10  *
    11  * Andoid Caldav Sync Adapter Free is distributed in the hope that 
    12  * it will be useful, but WITHOUT ANY WARRANTY; without even the implied 
    13  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14  * GNU General Public License for more details.
    15  *
    16  * You should have received a copy of the GNU General Public License
    17  * along with Andoid Caldav Sync Adapter Free.  
    18  * If not, see <http://www.gnu.org/licenses/>.
    19  * 
    20  */
    22 package org.gege.caldavsyncadapter.caldav;
    24 public class CaldavProtocolException extends Exception {
    26 	/**
    27 	 * 
    28 	 */
    29 	private static final long serialVersionUID = -8237099919427898671L;
    31 	public CaldavProtocolException(String string) {
    32 		super(string);
    33 	}
    35 }

mercurial