public class AuthenticationError
extends java.lang.Object
AuthenticationError
class represents an error during
authentication with http://www.twitch.tv.Constructor and Description |
---|
AuthenticationError(java.lang.String name,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
Get the description of the error.
|
java.lang.String |
getName()
Get the name of the error.
|
int |
hashCode() |
java.lang.String |
toString() |
public AuthenticationError(java.lang.String name, java.lang.String description)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getName()
public java.lang.String getDescription()