|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.coherence.transaction.exception.UnableToAcquireLockException
public class UnableToAcquireLockException
Indicates that a write operation was unable to acquire a write lock.
| Constructor Summary | |
|---|---|
UnableToAcquireLockException(java.lang.String sMsg)Create a UnableToAcquireLockException with a String msg. |
|
UnableToAcquireLockException(java.lang.String sMsg, java.lang.Throwable t)Create a UnableToAcquireLockException with a String msg and Throwable cause. |
|
UnableToAcquireLockException(java.lang.Throwable t)Create a UnableToAcquireLockException with a Throwable cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Constructor Detail |
|---|
public UnableToAcquireLockException(java.lang.String sMsg)
sMsg - the messagepublic UnableToAcquireLockException(java.lang.Throwable t)
t - the throwable
public UnableToAcquireLockException(java.lang.String sMsg,
java.lang.Throwable t)
sMsg - the messaget - the throwable
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||