public class ExceptionFactory extends Object
Constructor and Description |
---|
ExceptionFactory() |
Modifier and Type | Method and Description |
---|---|
SystemException |
invalidStateException(int state) |
SystemException |
newSystemException(Exception ex) |
SystemException |
newSystemException(String str) |
RollbackException |
rollbackException(SQLException sqlEx) |
SystemException |
txActiveException() |
SystemException |
txMarkedForRollbackException() |
SystemException |
txNotActiveException() |
public SystemException newSystemException(String str)
public SystemException newSystemException(Exception ex)
public RollbackException rollbackException(SQLException sqlEx)
public SystemException txMarkedForRollbackException()
public SystemException txActiveException()
public SystemException txNotActiveException()
public SystemException invalidStateException(int state)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference