org.jboss.ha.framework.server.lock
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.ha.framework.server.lock.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException
extends Exception

Thrown to indicate failure to acquire a lock within a specified timeout.

Author:
Brian Stansberry
See Also:
Serialized Form

Constructor Summary
TimeoutException(org.jboss.ha.framework.interfaces.ClusterNode owner)
           
 
Method Summary
 org.jboss.ha.framework.interfaces.ClusterNode getOwner()
           
 
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

TimeoutException

public TimeoutException(org.jboss.ha.framework.interfaces.ClusterNode owner)
Method Detail

getOwner

public org.jboss.ha.framework.interfaces.ClusterNode getOwner()


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