ObjectDB ObjectDB

RollbackException(message) - JPA RollbackException's constructor

Constructor
javax.persistence.RollbackException
RollbackException(
  String message
)

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