public class StoreTransactionRuntimeException
extends com.terracottatech.store.StoreRuntimeException
Constructor and Description |
---|
StoreTransactionRuntimeException(java.lang.String message)
Create a StoreTransactionRuntimeException with a message.
|
StoreTransactionRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Create a StoreTransactionRuntimeException with a message and underlying cause.
|
StoreTransactionRuntimeException(java.lang.Throwable cause)
Create a StoreTransactionRuntimeException with an underlying cause.
|
public StoreTransactionRuntimeException(java.lang.Throwable cause)
cause
- the exception that led to this exception being createdpublic StoreTransactionRuntimeException(java.lang.String message)
message
- the messagepublic StoreTransactionRuntimeException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the exception that led to this exception being created