Class RevisionDoesNotExistException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getDate()  
      java.lang.Number getRevision()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • RevisionDoesNotExistException

        public RevisionDoesNotExistException​(java.lang.Number revision)
      • RevisionDoesNotExistException

        public RevisionDoesNotExistException​(java.util.Date date)
    • Method Detail

      • getRevision

        public java.lang.Number getRevision()
      • getDate

        public java.util.Date getDate()