ObjectDB ObjectDB

RollbackException(message, cause) - JPA RollbackException's constructor

Constructor
javax.persistence.RollbackException
RollbackException(
  String message,
  Throwable cause
)

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