java.io.Serializable
public class RollbackException extends PersistenceException
EntityTransaction.commit()
fails.EntityTransaction.commit()
,
Serialized FormConstructor | Description |
---|---|
RollbackException() |
Constructs a new
RollbackException exception
with null as its detail message. |
RollbackException(java.lang.String message) |
Constructs a new
RollbackException exception
with the specified detail message. |
RollbackException(java.lang.String message,
java.lang.Throwable cause) |
Constructs a new
RollbackException exception
with the specified detail message and cause. |
RollbackException(java.lang.Throwable cause) |
Constructs a new
RollbackException exception
with the specified cause. |
public RollbackException()
RollbackException
exception
with null
as its detail message.public RollbackException(java.lang.String message)
RollbackException
exception
with the specified detail message.message
- the detail message.public RollbackException(java.lang.String message, java.lang.Throwable cause)
RollbackException
exception
with the specified detail message and cause.message
- the detail message.cause
- the cause.public RollbackException(java.lang.Throwable cause)
RollbackException
exception
with the specified cause.cause
- the cause.Copyright © 2018. All rights reserved.