public class TransactionException extends RuntimeException
| Constructor and Description |
|---|
TransactionException(String message) |
TransactionException(Throwable throwable) |
TransactionException(Throwable throwable,
String message,
int vendorCode)
Constructor JaloSystemException
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Method getErrorCode
|
String |
getMessage()
Method getMessage
|
Throwable |
getThrowable()
Method getThrowable
|
void |
printStackTrace()
Method printStackTrace
|
void |
printStackTrace(PrintStream ps)
Method printStackTrace
|
void |
printStackTrace(PrintWriter pw)
Method printStackTrace
|
String |
toString()
Method toString
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic TransactionException(Throwable throwable, String message, int vendorCode)
throwable - message - vendorCode - public TransactionException(String message)
public TransactionException(Throwable throwable)
public int getErrorCode()
public Throwable getThrowable()
public String getMessage()
getMessage in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepw - public void printStackTrace(PrintStream ps)
printStackTrace in class Throwableps - Copyright © 2017 SAP SE. All Rights Reserved.