Class ErrorResponse

  • All Implemented Interfaces:
    NewsResponse

    public class ErrorResponse
    extends java.lang.Object
    implements NewsResponse
    A serverside error response.
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorResponse()  
    • Method Summary

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

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

      • ErrorResponse

        public ErrorResponse()
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • getMessage

        public java.lang.String getMessage()