public static class DBMan.SaveResultException extends IRuntimeException
Constructor and Description |
---|
SaveResultException(int errCode,
java.lang.String msg) |
SaveResultException(int errCode,
java.lang.String msg,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Wrapper class for the result of a saving with the method
save(String, Closure)
This class has the following properties:
saveOrFunctionException : A possible RuntimeException which was signalled during the invoking of the closure
OR during the save-process of the transaction. |
void |
setErrorCode(int $1) |
createFromStackTraceString, dumpJVMStack, dumpJVMStack, dumpStack, dumpStack, dumpStack, filterAndDumpStackTrace, filterStackTrace, filterStackTrace, getAllCauses, getCause, getCauseMethod, getCauseOfClass, getDeepestCauseOfClass, getErrortext, getErrortext, getRootCause, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceElement, getStackTraceElement, hasCauseOfClass, isKnownWrapperException, ofStackTraceString, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTraceAsCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCauseOfClass, getDeepestCauseOfClass, getRootCause, getThisAsThrowable, hasCauseOfClass, printStackTrace
public SaveResultException(int errCode, java.lang.String msg)
public SaveResultException(int errCode, java.lang.String msg, java.lang.Throwable cause)
public int getErrorCode()
save(String, Closure)
This class has the following properties:
saveOrFunctionException
: A possible RuntimeException
which was signalled during the invoking of the closure
OR during the save-process of the transaction.
In any case we will have a message and an error code to identify the cause of the exception.
transactionAnswer
: If the save-process was successful, we will also have the TransactionAnswer
.
This is for example needed in case we have to access created BOs by the transaction via the TransactionConflictReport
of the TransactionAnswer
.
functionResult
: If the invoked Closure returned a result, it is stored in this property.
public void setErrorCode(int $1)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.