org.jboss.aspects.concurrent
Class LockAcquisitionFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.aspects.concurrent.LockAcquisitionFailureException
All Implemented Interfaces:
Serializable

public class LockAcquisitionFailureException
extends RuntimeException

comment

Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
LockAcquisitionFailureException()
           
LockAcquisitionFailureException(String message)
           
LockAcquisitionFailureException(String message, Throwable cause)
           
LockAcquisitionFailureException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockAcquisitionFailureException

public LockAcquisitionFailureException()

LockAcquisitionFailureException

public LockAcquisitionFailureException(String message)

LockAcquisitionFailureException

public LockAcquisitionFailureException(String message,
                                       Throwable cause)

LockAcquisitionFailureException

public LockAcquisitionFailureException(Throwable cause)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.