public class TemporaryLockingException extends TemporaryBackendException
| Constructor and Description |
|---|
TemporaryLockingException(String msg) |
TemporaryLockingException(String msg,
Throwable cause) |
TemporaryLockingException(Throwable cause)
Constructs an exception with a generic message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemporaryLockingException(String msg)
msg - Exception messagepublic TemporaryLockingException(String msg, Throwable cause)
msg - Exception messagecause - Cause of the exceptionpublic TemporaryLockingException(Throwable cause)
cause - Cause of the exceptionCopyright © 2012–2015. All rights reserved.