Sha256: 7270281a24fb7bf23324dcecd4b21fb1e0dd763fe9213b12b808034310d33f52
Contents?: true
Size: 513 Bytes
Versions: 119
Compression:
Stored size: 513 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.lang; public class CloneNotSupportedException extends Exception { public CloneNotSupportedException() { super(); } public CloneNotSupportedException(String s) { super(s); } }
Version data entries
119 entries across 119 versions & 1 rubygems