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