javax.persistence
Class RollbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.persistence.PersistenceException
                  extended by javax.persistence.RollbackException
All Implemented Interfaces:
Serializable

public class RollbackException
extends PersistenceException

See Also:
Serialized Form

Constructor Summary
RollbackException()
           
RollbackException(String string)
           
RollbackException(String string, Throwable throwable)
           
RollbackException(Throwable throwable)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RollbackException

public RollbackException()

RollbackException

public RollbackException(String string)

RollbackException

public RollbackException(String string,
                         Throwable throwable)

RollbackException

public RollbackException(Throwable throwable)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.