Sha256: bfef38b91bcf04f87ea94907650fb2daa5c960f78487a11e683e7cacc5373aea
Contents?: true
Size: 508 Bytes
Versions: 119
Compression:
Stored size: 508 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; public class NotActiveException extends ObjectStreamException { public NotActiveException(String reason) { super(reason); } public NotActiveException() { super(); } }
Version data entries
119 entries across 119 versions & 1 rubygems