de.cesr.lara.components.container.exceptions
Class LInvalidTimestampException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.cesr.lara.components.container.exceptions.LInvalidTimestampException
All Implemented Interfaces:
Serializable

public class LInvalidTimestampException
extends RuntimeException

Indicates an invalid time stamp, for instance if properties are to be stored but have assigned an invalid time stamp (e.g. < 0)

See Also:
Serialized Form

Constructor Summary
LInvalidTimestampException()
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LInvalidTimestampException

public LInvalidTimestampException()