public class RuntimeStoreAccessRecoverableException extends RuntimeStoreAccessException
Constructor and Description |
---|
RuntimeStoreAccessRecoverableException()
Default constructor
|
RuntimeStoreAccessRecoverableException(String msg)
Constructor with a detailed message
|
RuntimeStoreAccessRecoverableException(String msg, Throwable cause)
Constructor to create the instance with an message and cause
|
RuntimeStoreAccessRecoverableException(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 RuntimeStoreAccessRecoverableException()
public RuntimeStoreAccessRecoverableException(String msg)
msg
- the detailed message associated with this exceptionpublic RuntimeStoreAccessRecoverableException(Throwable cause)
cause
- the underlying cause for exception