Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api
Class RollbackClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.core.api.ClientException
              extended by org.nuxeo.ecm.core.api.RollbackClientException
All Implemented Interfaces:
java.io.Serializable

public class RollbackClientException
extends ClientException

An application that should rollback the transaction if any.

In an ejb container, the nuxeo-core-api module is package with the nuxeo-core-facade module. The facade has a ejb-jar.xml that declare this exception has rollback=true.

Author:
arussel
See Also:
Serialized Form

Constructor Summary
RollbackClientException()
           
RollbackClientException(ClientException cause)
           
RollbackClientException(java.lang.String message)
           
RollbackClientException(java.lang.String message, ClientException cause)
           
RollbackClientException(java.lang.String message, java.lang.Throwable cause)
           
RollbackClientException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.core.api.ClientException
wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RollbackClientException

public RollbackClientException()

RollbackClientException

public RollbackClientException(ClientException cause)

RollbackClientException

public RollbackClientException(java.lang.String message,
                               ClientException cause)

RollbackClientException

public RollbackClientException(java.lang.String message,
                               java.lang.Throwable cause)

RollbackClientException

public RollbackClientException(java.lang.String message)

RollbackClientException

public RollbackClientException(java.lang.Throwable cause)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.