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 message)
RollbackException
public RollbackException(String message,
Throwable cause)
RollbackException
public RollbackException(Throwable cause)
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.