javax.persistence
Class RollbackException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
javax.persistence.PersistenceException
                  
javax.persistence.RollbackException
- All Implemented Interfaces: 
 - Serializable
 
public class RollbackException
- extends PersistenceException
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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.