1 package org.omg.IOP.CodecPackage;2 3 4 /**5 * org/omg/IOP/CodecPackage/FormatMismatch.java .6 * Generated by the IDL-to-Java compiler (portable), version "3.2"7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl8 * Saturday, February 9, 2008 9:40:04 AM GMT9 */10 11 public final class FormatMismatch extends org.omg.CORBA.UserException 12 {13 14 public FormatMismatch ()15 {16 super(FormatMismatchHelper.id());17 } // ctor18 19 20 public FormatMismatch (String $reason)21 {22 super(FormatMismatchHelper.id() + " " + $reason);23 } // ctor24 25 } // class FormatMismatch26