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