Package org.alfresco.util
Class LockHelper.LockTryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.util.LockHelper.LockTryException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LockHelper
public static class LockHelper.LockTryException extends RuntimeException
Exception generated when a lock try is unsuccessful- Since:
- 4.1.7
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockTryException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LockTryException
public LockTryException(String msg)
-
-