Name

SystemException

Synopsis

Thrown by the transaction manager when a significant error occurs that effectively disables the manager.

                  Passed To
public class SystemException extends Exception {
// Public Constructors
   public SystemException();  
   public SystemException( int errcode);  
   public SystemException( String s);  
// Public Instance Fields
   public int errorCode;  
}

Thrown By

Transaction.{commit(), delistResource(), enlistResource(), getStatus(), registerSynchronization(), rollback(), setRollbackOnly()}, TransactionManager.{begin(), commit(), getStatus(), getTransaction(), resume(), rollback(), setRollbackOnly(), setTransactionTimeout(), suspend()}, UserTransaction.{begin(), commit(), getStatus(), rollback(), setRollbackOnly(), setTransactionTimeout()}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.