Package de.hybris.platform.tx
Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.tx.TransactionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalTransactionStateException,RollbackOnlyException,TransactionConnectionBrokenException
Superclass of all system exceptions.
all exceptions that inherits from JaloSystemException are Runtime exception and must not be caught.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionException(String message) TransactionException(Throwable throwable) TransactionException(Throwable throwable, String message, int vendorCode) Constructor JaloSystemException -
Method Summary
Modifier and TypeMethodDescriptionintMethod getErrorCodeMethod getMessageMethod getThrowablevoidMethod printStackTracevoidMethod printStackTracevoidMethod printStackTracetoString()Method toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
TransactionException
Constructor JaloSystemException- Parameters:
throwable-message-vendorCode-
-
TransactionException
-
TransactionException
-
-
Method Details
-
getErrorCode
public int getErrorCode()Method getErrorCode -
getThrowable
Method getThrowable -
getMessage
Method getMessage- Overrides:
getMessagein classThrowable
-
toString
Method toString -
printStackTrace
public void printStackTrace()Method printStackTrace- Overrides:
printStackTracein classThrowable
-
printStackTrace
Method printStackTrace- Overrides:
printStackTracein classThrowable- Parameters:
pw-
-
printStackTrace
Method printStackTrace- Overrides:
printStackTracein classThrowable- Parameters:
ps-
-