Class UnknownLastChangedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.systemsx.cisd.common.exceptions.HighLevelException
-
- ch.systemsx.cisd.common.exceptions.EnvironmentFailureException
-
- ch.systemsx.cisd.common.exceptions.UnknownLastChangedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownLastChangedException extends EnvironmentFailureException
Used to signal the error of getting last modification time of a store item- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownLastChangedException(java.lang.String errorMsg)
-
Method Summary
-
Methods inherited from class ch.systemsx.cisd.common.exceptions.EnvironmentFailureException
fromTemplate, fromTemplate, isRetriable
-
Methods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriable
-
-