com.compoze.collab.beacm
Class CmTransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.compoze.collab.util.NestedException
              extended by com.compoze.collab.CollaborationException
                  extended by com.compoze.collab.ProviderException
                      extended by com.compoze.collab.beacm.CmTransactionException
All Implemented Interfaces
Serializable

public class CmTransactionException
extends ProviderException

The CmTransactionException class is used to encapsulate JTA exceptions that were encountered within the scope of a transaction. This exception could mean that there was a simple timeout issue with the database, and the requested operation may succeed if attempted again.

See Also
Serialized Form

Constructor Summary
CmTransactionException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, int iCode)
           
CmTransactionException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, Object param, int iCode)
           
CmTransactionException(Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, int iCode)
           
CmTransactionException(Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, Object param, int iCode)
           
 
Method Summary
 
Methods inherited from class com.compoze.collab.ProviderException
getCode
 
Methods inherited from class com.compoze.collab.CollaborationException
getAdminMessage, getAdminResolution, getBaseKey, getKey, getProgrammerMessage, getProgrammerResolution, getUserMessage, getUserResolution, main
 
Methods inherited from class com.compoze.collab.util.NestedException
getNestedException, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmTransactionException

public CmTransactionException(com.compoze.collab.spi.Context ctx,
                              com.compoze.collab.spi.ExceptionResourceKey baseKey,
                              int iCode)

CmTransactionException

public CmTransactionException(com.compoze.collab.spi.Context ctx,
                              com.compoze.collab.spi.ExceptionResourceKey baseKey,
                              Object param,
                              int iCode)

CmTransactionException

public CmTransactionException(Throwable t,
                              com.compoze.collab.spi.Context ctx,
                              com.compoze.collab.spi.ExceptionResourceKey baseKey,
                              int iCode)

CmTransactionException

public CmTransactionException(Throwable t,
                              com.compoze.collab.spi.Context ctx,
                              com.compoze.collab.spi.ExceptionResourceKey baseKey,
                              Object param,
                              int iCode)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved