Class AuthenticationError


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

      Constructors 
      Constructor Description
      AuthenticationError​(int status, java.lang.String data)  
    • Method Summary

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

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

      • AuthenticationError

        public AuthenticationError​(int status,
                                   java.lang.String data)
    • Method Detail

      • getStatus

        public int getStatus()
        Returns:
        the HTTP Status-Code of the response
      • getData

        public java.lang.String getData()
        Returns:
        the string representation of the response body
      • toString

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