ObjectDB ObjectDB

RollbackException(cause) - JPA RollbackException's constructor

Constructor
javax.persistence.RollbackException
RollbackException(
  Throwable cause
)

Constructs a new RollbackException exception with the specified cause.
Parameters:
cause - the cause.
Since:
JPA 1.0