Package net.officefloor.frame.api.manage
Class ObjectTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.officefloor.frame.api.manage.ObjectTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectTimeoutException extends java.lang.Exception
Indicates timed out waiting on the object.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectTimeoutException(java.lang.String boundObjectName, long timeoutMilliseconds)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBoundObjectName()
Obtains the bound object name.
-