Sha256: 64e36234cb145ed2535212972d7b603373264dbc8cf2407e640469d384217fcd
Contents?: true
Size: 523 Bytes
Versions: 119
Compression:
Stored size: 523 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 UnsupportedOperationException extends RuntimeException { public UnsupportedOperationException() { } public UnsupportedOperationException(String message) { super(message); } }
Version data entries
119 entries across 119 versions & 1 rubygems