ch.systemsx.cisd.common.exceptions
Class UnknownLastChangedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.systemsx.cisd.common.exceptions.HighLevelException
                  extended by ch.systemsx.cisd.common.exceptions.EnvironmentFailureException
                      extended by 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
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownLastChangedException

public UnknownLastChangedException(java.lang.String errorMsg)