Package tenapull.sync
Class InstancesTracker.UnrecognizedInstance
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tenapull.sync.InstancesTracker.InstancesTrackerException
tenapull.sync.InstancesTracker.UnrecognizedInstance
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- InstancesTracker<K,I>
public static class InstancesTracker.UnrecognizedInstance extends InstancesTracker.InstancesTrackerException
Thrown when an instance is passed to a method requiring an instance argument
that was not constructed under the lock of the given instancesTracker
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description java.lang.Object
getInstance()
Gets instance.
-
Method Details
-
getInstance
public java.lang.Object getInstance()Gets instance.- Returns:
- the instance
-