Package com.arjuna.ats.arjuna.exceptions

Examples of com.arjuna.ats.arjuna.exceptions.FatalError


/* 160 */         if (txojLogger.aitLoggerI18N.isFatalEnabled())
/*     */         {
/* 162 */           txojLogger.aitLoggerI18N.fatal("com.arjuna.ats.txoj.CadaverLockRecord_2");
/*     */         }
/*     */
/* 165 */         throw new FatalError(txojLogger.log_mesg.getString("com.arjuna.ats.txoj.CadaverLockRecord_2"));
/*     */       }
/*     */
/* 168 */       CadaverLockManager manager = new CadaverLockManager(order(), this.objectTypeName);
/*     */
/* 170 */       return manager.propagate(this.actionHandle.get_uid(), this.actionHandle.parent().get_uid()) ? 7 : 8;
View Full Code Here


/* 189 */         if (txojLogger.aitLoggerI18N.isFatalEnabled())
/*     */         {
/* 191 */           txojLogger.aitLoggerI18N.fatal("com.arjuna.ats.txoj.CadaverLockRecord_3");
/*     */         }
/*     */
/* 194 */         throw new FatalError(txojLogger.log_mesg.getString("com.arjuna.ats.txoj.CadaverLockRecord_3"));
/*     */       }
/*     */
/* 197 */       CadaverLockManager manager = new CadaverLockManager(order(), this.objectTypeName);
/*     */
/* 199 */       return manager.releaseAll(this.actionHandle.get_uid()) ? 7 : 8;
View Full Code Here

/* 218 */         if (txojLogger.aitLoggerI18N.isFatalEnabled())
/*     */         {
/* 220 */           txojLogger.aitLoggerI18N.fatal("com.arjuna.ats.txoj.CadaverLockRecord_4");
/*     */         }
/*     */
/* 223 */         throw new FatalError(txojLogger.log_mesg.getString("com.arjuna.ats.txoj.CadaverLockRecord_4"));
/*     */       }
/*     */
/* 226 */       CadaverLockManager manager = new CadaverLockManager(order(), this.objectTypeName);
/*     */
/* 228 */       return manager.releaseAll(this.actionHandle.get_uid()) ? 7 : 8;
View Full Code Here

/* 208 */     if (tsLogger.arjLoggerI18N.isWarnEnabled())
/*     */     {
/* 210 */       tsLogger.arjLoggerI18N.warn("ObjectStoreType_1", new Object[] { c });
/*     */     }
/*     */
/* 213 */     throw new FatalError(tsLogger.log_mesg.getString("com.arjuna.ats.arjuna.objectstore.ObjectStoreType_2") + c);
/*     */   }
View Full Code Here

/* 191 */       if (tsLogger.arjLoggerI18N.isWarnEnabled())
/*     */       {
/* 193 */         tsLogger.arjLoggerI18N.warn("com.arjuna.ats.arjuna.recovery.TransactionStatusManager_7", new Object[] { Integer.toString(localPort) });
/*     */       }
/*     */
/* 197 */       throw new FatalError(tsLogger.log_mesg.getString("com.arjuna.ats.arjuna.recovery.TransactionStatusManager_9"));
/*     */     }
/*     */   }
View Full Code Here

/*      */     else
/*      */     {
/* 1301 */       if (tsLogger.arjLoggerI18N.isWarnEnabled()) {
/* 1302 */         tsLogger.arjLoggerI18N.warn("com.arjuna.ats.arjuna.StateManager_13");
/*      */       }
/* 1304 */       throw new FatalError(tsLogger.log_mesg.getString("com.arjuna.ats.arjuna.StateManager_14"));
/*      */     }
/*      */
/* 1315 */     this.objectStore.initialise(get_uid(), type());
/*      */   }
View Full Code Here

/* 227 */           if (tsLogger.arjLoggerI18N.isFatalEnabled())
/*     */           {
/* 229 */             tsLogger.arjLoggerI18N.fatal("com.arjuna.ats.arjuna.common.Uid_4", new Object[] { uidString });
/*     */           }
/*     */
/* 233 */           throw new FatalError(tsLogger.log_mesg.getString("com.arjuna.ats.arjuna.common.Uid_2"));
/*     */         }
/*     */
/*     */       }
/*     */       else
/*     */       {
/* 239 */         if (tsLogger.arjLoggerI18N.isFatalEnabled())
/*     */         {
/* 241 */           tsLogger.arjLoggerI18N.fatal("com.arjuna.ats.arjuna.common.Uid_5", new Object[] { uidString });
/*     */         }
/*     */
/* 245 */         throw new FatalError(tsLogger.log_mesg.getString("com.arjuna.ats.arjuna.common.Uid_3") + uidString);
/*     */       }
/*     */     }
/*     */   }
View Full Code Here

/* 2724 */           if (tsLogger.arjLoggerI18N.isFatalEnabled())
/*      */           {
/* 2726 */             tsLogger.arjLoggerI18N.fatal("com.arjuna.ats.arjuna.coordinator.BasicAction_48");
/*      */           }
/*      */
/* 2729 */           throw new FatalError(tsLogger.log_mesg.getString("com.arjuna.ats.arjuna.coordinator.BasicAction_69") + get_uid());
/*      */         }
/*      */
/* 2734 */         updateState();
/*      */       }
/*      */     }
View Full Code Here

/*  92 */       if (drop == 1L)
/*  93 */         this._dropTable = true;
/*     */     }
/*     */     catch (Exception ex)
/*     */     {
/*  97 */       throw new FatalError(toString() + " : " + ex);
/*     */     }
/*     */
/* 100 */     if (this._url == null)
/* 101 */       throw new FatalError(toString() + " : invalid ObjectName parameter!");
/*     */   }
View Full Code Here

/* 300 */       if (tsLogger.arjLoggerI18N.isWarnEnabled()) {
/* 301 */         tsLogger.arjLogger.warn(e.getMessage());
/*     */       }
/* 303 */       super.makeInvalid();
/*     */
/* 305 */       throw new FatalError(e.toString());
/*     */     }
/*     */   }
View Full Code Here

TOP

Related Classes of com.arjuna.ats.arjuna.exceptions.FatalError

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.