001    package org.omg.CosTransactions;
002    
003    
004    /**
005    * org/omg/CosTransactions/HeuristicHazard.java .
006    * Generated by the IDL-to-Java compiler (portable), version "3.2"
007    * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CosTransactions.idl
008    * Saturday, September 22, 2012 10:56:39 AM CEST
009    */
010    
011    public final class HeuristicHazard extends org.omg.CORBA.UserException
012    {
013    
014      public HeuristicHazard ()
015      {
016        super(HeuristicHazardHelper.id());
017      } // ctor
018    
019    
020      public HeuristicHazard (String $reason)
021      {
022        super(HeuristicHazardHelper.id() + "  " + $reason);
023      } // ctor
024    
025    } // class HeuristicHazard