From 8b02719074b00fe36f490653644e09556fd465a5 Mon Sep 17 00:00:00 2001 From: p2sra7h3n <2480523101@qq.com> Date: Fri, 13 Jun 2025 09:44:53 +0800 Subject: [PATCH] Update NetworkFailureException.java --- .../exception/NetworkFailureException.java | 34 +------------------ 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/java/net/micode/notes/gtask/exception/NetworkFailureException.java b/java/net/micode/notes/gtask/exception/NetworkFailureException.java index b08cfb1..9a7b745 100644 --- a/java/net/micode/notes/gtask/exception/NetworkFailureException.java +++ b/java/net/micode/notes/gtask/exception/NetworkFailureException.java @@ -1,33 +1 @@ -/* - * Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package net.micode.notes.gtask.exception; - -public class NetworkFailureException extends Exception { - private static final long serialVersionUID = 2107610287180234136L; - - public NetworkFailureException() { - super(); - } - - public NetworkFailureException(String paramString) { - super(paramString); - } - - public NetworkFailureException(String paramString, Throwable paramThrowable) { - super(paramString, paramThrowable); - } -} + android:layout_height="wrap_content" android:minHeight="50dip" android:gravity="center_vertical" android:orientation="vertical"> android:layout_height="wrap_content" android:layout_gravity="center" android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/preferences_add_account" /> \ No newline at end of file