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:
Serializable
Indicates timed out waiting on the object.
- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectTimeoutException(String boundObjectName, long timeoutMilliseconds) Instantiate. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectTimeoutException
Instantiate.- Parameters:
boundObjectName- Bound object name.timeoutMilliseconds- Time out in milliseconds.
-
-
Method Details
-
getBoundObjectName
Obtains the bound object name.- Returns:
- Bound object name.
-