blob: 5b47c26b8224a6e397263c98e1ec9530ee7113d3 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 2014-2015, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*/
package android.icu.util;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class ICUUncheckedIOException extends java.lang.RuntimeException {
public ICUUncheckedIOException() { throw new RuntimeException("Stub!"); }
public ICUUncheckedIOException(java.lang.String message) { throw new RuntimeException("Stub!"); }
public ICUUncheckedIOException(java.lang.Throwable cause) { throw new RuntimeException("Stub!"); }
public ICUUncheckedIOException(java.lang.String message, java.lang.Throwable cause) { throw new RuntimeException("Stub!"); }
}