Class GenericResponse
- java.lang.Object
-
- cz.zcu.students.cacha.bp_server.responses.GenericResponse
-
public class GenericResponse extends Object
Class represents response that is returned as information if request was processed successfully
-
-
Constructor Detail
-
GenericResponse
public GenericResponse(String message)
Creates new instance with given message- Parameters:
message
- response message
-
-