Class FetchAndLockResult


  • public class FetchAndLockResult
    extends java.lang.Object
    Author:
    Tassilo Weidner
    • Field Detail

      • throwable

        protected java.lang.Throwable throwable
    • Constructor Detail

      • FetchAndLockResult

        public FetchAndLockResult​(java.lang.Throwable throwable)
    • Method Detail

      • getThrowable

        public java.lang.Throwable getThrowable()
      • wasSuccessful

        public boolean wasSuccessful()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object