Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.coherence.transaction.exception
Class UnableToAcquireLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tangosol.coherence.transaction.exception.UnableToAcquireLockException

All Implemented Interfaces:
Serializable

public class UnableToAcquireLockException
extends RuntimeException

Indicates that a write operation was unable to acquire a write lock.

Author:
js 2009.08.01
See Also:
Serialized Form

Constructor Summary
UnableToAcquireLockException(String sMsg)
          Create a UnableToAcquireLockException with a string msg.
UnableToAcquireLockException(Throwable t)
          Create a UnableToAcquireLockException with a throwable.

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Constructor Detail

UnableToAcquireLockException

public UnableToAcquireLockException(String sMsg)
Create a UnableToAcquireLockException with a string msg.
Parameters:
sMsg - the message

UnableToAcquireLockException

public UnableToAcquireLockException(Throwable t)
Create a UnableToAcquireLockException with a throwable.
Parameters:
t - the throwable

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.