Class: ServerReplyException
Exception that is thrown when the server replies with an error.
public final class ServerReplyException extends Exception
Method: getErrorDetails
Get the details about the error if they were sent from the server.
Declaration
public ArrayList<String> getErrorDetails()
Parameters
None
Returns
Return the array of detail information about the error, if they were sent from the server. This array will be null if the server returned no error detail.
Exceptions
None
Loading...
There was a problem loading this topic