public class CannotCreateTransactionException extends TransactionException
| Constructor and Description |
|---|
CannotCreateTransactionException()
Default constructor with error message
Messages.ERR_TRANSACTION_CANT_BE_CREATED. |
CannotCreateTransactionException(java.lang.Throwable pCause)
Default constructor with error message
Messages.ERR_TRANSACTION_CANT_BE_CREATED. |
getErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessagepublic CannotCreateTransactionException()
Messages.ERR_TRANSACTION_CANT_BE_CREATED.public CannotCreateTransactionException(java.lang.Throwable pCause)
Messages.ERR_TRANSACTION_CANT_BE_CREATED.pCause - exception root cause.