Package com.mrivanplays.jdoa2.internal
Class ErrorResponse
- java.lang.Object
-
- com.mrivanplays.jdoa2.internal.ErrorResponse
-
public class ErrorResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorResponse(String error, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getError()
String
getMessage()
int
hashCode()
String
toString()
-