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