Class ObjectTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.officefloor.frame.api.manage.ObjectTimeoutException
All Implemented Interfaces:
Serializable

public class ObjectTimeoutException extends Exception
Indicates timed out waiting on the object.
Author:
Daniel Sagenschneider
See Also:
  • Constructor Details

    • ObjectTimeoutException

      public ObjectTimeoutException(String boundObjectName, long timeoutMilliseconds)
      Instantiate.
      Parameters:
      boundObjectName - Bound object name.
      timeoutMilliseconds - Time out in milliseconds.
  • Method Details

    • getBoundObjectName

      public String getBoundObjectName()
      Obtains the bound object name.
      Returns:
      Bound object name.