Sha256: e508b2966a596bae30044f9a548bf9c84cfeac39b89bdb2a23b422fff4dc1f9c
Contents?: true
Size: 511 Bytes
Versions: 119
Compression:
Stored size: 511 Bytes
Contents
/* * Javolution - Java(TM) Solution for Real-Time and Embedded Systems * Copyright (C) 2005 - Javolution (http://javolution.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package j2me.io; import java.io.IOException; public class FileNotFoundException extends IOException { public FileNotFoundException() { } public FileNotFoundException(String s) { super(s); } }
Version data entries
119 entries across 119 versions & 1 rubygems