Class 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ObjectTimeoutException

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

      • getBoundObjectName

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