PopException.message constructor
Creates a new POP exception with the given message
Implementation
PopException.message(this.popClient, String message)
: response = PopResponse<String>(isOkStatus: false, result: message),
stackTrace = null,
_message = message;