Class TaskFailureInfo


  • public class TaskFailureInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskFailureInfo​(java.lang.String message)  
      TaskFailureInfo​(java.lang.String message, java.lang.Throwable throwable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      java.lang.Throwable getThrowable()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskFailureInfo

        public TaskFailureInfo​(java.lang.String message)
      • TaskFailureInfo

        public TaskFailureInfo​(java.lang.String message,
                               java.lang.Throwable throwable)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • getThrowable

        public java.lang.Throwable getThrowable()