Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-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:
java.io.Serializable

public class UnableToAcquireLockException
extends java.lang.RuntimeException

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

Author:
js 2009.08.01

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

UnableToAcquireLockException

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

UnableToAcquireLockException

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

UnableToAcquireLockException

public UnableToAcquireLockException(java.lang.String sMsg,
                                    java.lang.Throwable t)
Create a UnableToAcquireLockException with a String msg and Throwable cause.
Parameters:
sMsg - the message
t - the throwable

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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