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) |
protected String |
stackTraceString(Exception ex) |
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)
Copyright © 2022. All rights reserved.