Package tenapull.sync
Class InstancesTracker.InstancesTrackerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tenapull.sync.InstancesTracker.InstancesTrackerException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InstancesTracker.AlreadyFinalized,InstancesTracker.CreateLockException,InstancesTracker.NullInstanceArgument,InstancesTracker.NullKeyArgument,InstancesTracker.TrackerDiscontinuedException,InstancesTracker.UnrecognizedInstance
- Enclosing class:
- InstancesTracker<K,I>
public abstract static class InstancesTracker.InstancesTrackerException
extends java.lang.RuntimeException
Abstract supertype of all specialized exceptions thrown by InstanceTracker
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description protectedInstancesTrackerException(InstancesTracker tracker)Instantiates a new Instances tracker exception.protectedInstancesTrackerException(InstancesTracker tracker, java.lang.String msg)Instantiates a new Instances tracker exception. -
Method Summary
Modifier and Type Method Description InstancesTrackergetTracker()Gets tracker which threw the exception
-
Constructor Details
-
InstancesTrackerException
Instantiates a new Instances tracker exception.- Parameters:
tracker- the tracker
-
InstancesTrackerException
Instantiates a new Instances tracker exception.- Parameters:
tracker- the trackermsg- the msg
-
-
Method Details
-
getTracker
Gets tracker which threw the exception- Returns:
- the tracker
-