com.atlassian.jira.util
Class LockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.util.LockException
All Implemented Interfaces:
Serializable

public class LockException
extends Exception

Thrown when a timeout has been reached while trying to obtain a lock

See Also:
Serialized Form

Constructor Summary
LockException(String string)
           
LockException(String string, Throwable throwable)
           
 
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

LockException

public LockException(String string)

LockException

public LockException(String string,
                     Throwable throwable)


Copyright © 2002-2014 Atlassian. All Rights Reserved.