public class RuntimeStoreRollbackException extends RuntimeStoreAccessException
Constructor and Description |
---|
RuntimeStoreRollbackException()
Default constructor.
|
RuntimeStoreRollbackException(String msg)
Constructor with a detailed message.
|
RuntimeStoreRollbackException(String msg, Throwable cause)
Constructor to create the instance with an message and cause.
|
RuntimeStoreRollbackException(Throwable cause)
Constructor that creates the instance based on a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RuntimeStoreRollbackException()
public RuntimeStoreRollbackException(String msg)
msg
- the detailed message associated with this exceptionpublic RuntimeStoreRollbackException(Throwable cause)
cause
- the underlying cause for exception