Class Status


  • public class Status
    extends java.lang.Object
    Class to store the status code and message of the task completed.
    • Constructor Summary

      Constructors 
      Constructor Description
      Status​(int statusCode)  
      Status​(int statusCode, java.lang.String statusMessage)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Status

        public Status​(int statusCode,
                      java.lang.String statusMessage)
      • Status

        public Status​(int statusCode)