src/share/classes/javax/sound/midi/MidiUnavailableException.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2002, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 37,57 **** * <code>Transmitter</code>. * * @author Kara Kytle */ public class MidiUnavailableException extends Exception { /** * Constructs a <code>MidiUnavailableException</code> that has * <code>null</code> as its error detail message. */ public MidiUnavailableException() { super(); } - /** * Constructs a <code>MidiUnavailableException</code> with the * specified detail message. * * @param message the string to display as an error detail message --- 37,57 ---- * <code>Transmitter</code>. * * @author Kara Kytle */ public class MidiUnavailableException extends Exception { + private static final long serialVersionUID = 6093809578628944323L; /** * Constructs a <code>MidiUnavailableException</code> that has * <code>null</code> as its error detail message. */ public MidiUnavailableException() { super(); } /** * Constructs a <code>MidiUnavailableException</code> with the * specified detail message. * * @param message the string to display as an error detail message