org.jboss.ha.framework.server.lock
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimeoutException
public TimeoutException(org.jboss.ha.framework.interfaces.ClusterNode owner)
getOwner
public org.jboss.ha.framework.interfaces.ClusterNode getOwner()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.