Handle when server doesn't send the expected response
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.sheepit.client.exception;
|
||||
|
||||
public class FermeExceptionBadResponseFromServer extends FermeException {
|
||||
public FermeExceptionBadResponseFromServer() {
|
||||
super();
|
||||
}
|
||||
|
||||
public FermeExceptionBadResponseFromServer(String message_) {
|
||||
super(message_);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user